Performs per-element comparison of two arrays
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src2
- Type: OpenCvSharpCvArr
The second source array. Both source array must have a single channel. - dst
- Type: OpenCvSharpCvArr
The destination array, must have 8u or 8s type. - cmpOp
- Type: OpenCvSharpArrComparison
The flag specifying the relation between the elements to be checked
See Also