Click or drag to resize

Cv2PartitionPredicateT Delegate

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 (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public delegate bool PartitionPredicate<in T>(
	T t1,
	T t2
)

Parameters

t1
Type: T
t2
Type: T

Type Parameters

T

Return Value

Type: Boolean
See Also