Delegate Cv2.PartitionPredicate<T>
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Equivalence predicate (a boolean function of two arguments). The predicate returns true when the elements are certainly in the same class, and returns false if they may or may not be in the same class.
public delegate bool Cv2.PartitionPredicate<in T>(T t1, T t2)
Parameters
t1Tt2T
Returns
Type Parameters
T