Delegate Cv2.PartitionPredicate<T>
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.
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public delegate bool PartitionPredicate<in T>(T t1, T t2);
Parameters
Type | Name | Description |
---|---|---|
T | t1 | |
T | t2 |
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
T |