Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX