Enum CmpType
The flag specifying the relation between the elements to be checked
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum CmpType
Fields
Name | Description |
---|---|
EQ | src1(I) "equal to" src2(I) |
GE | src1(I) "greater or equal" src2(I) |
GT | src1(I) "greater than" src2(I) |
LE | src1(I) "less or equal" src2(I) |
LT | src1(I) "less than" src2(I) |
NE | src1(I) "not equal to" src2(I) |