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: 1.0.0
Syntax
public delegate bool PartitionPredicate<in T>(
	T t1,
	T t2
)

Parameters

t1
Type: T
t2
Type: T

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:OpenCvSharp.Cv2.PartitionPredicate`1"]

Return Value

Type: Boolean
See Also