Specifies the degree of rules validation.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Enumeration RulesOption
public enum class RulesOption
OpenCvSharp.XImgProc.RulesOption = function();
OpenCvSharp.XImgProc.RulesOption.createEnum('OpenCvSharp.XImgProc.RulesOption', false);
Members
| Member name | Value | Description |
---|
| STRICT | 0 |
Validate each rule in a proper way.
|
| IGNORE_BORDERS | 1 |
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