Click or drag to resize

RulesOption Enumeration

Specifies the degree of rules validation.

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum RulesOption
Members
  Member nameValueDescription
STRICT0 Validate each rule in a proper way.
IGNORE_BORDERS1 Skip validations of image borders.
Remarks
The enum specifies the degree of rules validation. This can be used, for example, to choose a proper way of input arguments validation.
See Also