http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Wrapped Opencv's CvDistanceFunction
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public delegate float CvDistanceFunction( IntPtr f1, IntPtr f2, IntPtr userParams ) |
Visual Basic |
---|
Public Delegate Function CvDistanceFunction ( _ f1 As IntPtr, _ f2 As IntPtr, _ userParams As IntPtr _ ) As Single |
Visual C++ |
---|
public delegate float CvDistanceFunction( IntPtr f1, IntPtr f2, IntPtr userParams ) |
Parameters
- f1
- Type: System..::..IntPtr
Pointer to an array of float
- f2
- Type: System..::..IntPtr
Pointer to an array of float
- userParams
- Type: System..::..IntPtr
User passed parameters