Exemplo n.º 1
0
 internal extern static IntPtr cveBFMatcherCreate(
     Features2D.DistanceType distanceType,
     [MarshalAs(CvInvoke.BoolMarshalType)]
     bool crossCheck,
     ref IntPtr dmPtr);
Exemplo n.º 2
0
 internal extern static IntPtr CvBruteForceMatcherCreate(
     Features2D.DistanceType distanceType,
     [MarshalAs(CvInvoke.BoolMarshalType)]
     bool crossCheck);