Enum RulesOption
Specifies the degree of rules validation.
Namespace: OpenCvSharp.XImgProc
Assembly: OpenCvSharp.dll
Syntax
public enum RulesOption
Remarks
The enum specifies the degree of rules validation. This can be used, for example, to choose a proper way of input arguments validation.
Fields
Name | Description |
---|---|
IGNORE_BORDERS | Skip validations of image borders. |
STRICT | Validate each rule in a proper way. |