Cv2PartitionPredicateT Delegate |
Namespace: OpenCvSharp
public delegate bool PartitionPredicate<in T>( T t1, T t2 )
Public Delegate Function PartitionPredicate(Of In T) ( t1 As T, t2 As T ) As Boolean
generic<typename T> public delegate bool PartitionPredicate( T t1, T t2 )
type PartitionPredicate = delegate of t1 : 'T * t2 : 'T -> bool
function(t1, t2);