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