Table of Contents

Enum RulesOption

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Specifies the degree of rules validation.

public enum RulesOption

Fields

IGNORE_BORDERS = 1

Skip validations of image borders.

STRICT = 0

Validate 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.