  | RulesOption Enumeration | 
 
            Specifies the degree of rules validation. 
            
 
    Namespace: 
   OpenCvSharp.XImgProc
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
SyntaxPublic Enumeration RulesOption
public enum class RulesOption
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