NativeMethodsimgproc_EMD Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float imgproc_EMD( IntPtr signature1, IntPtr signature2, int distType, IntPtr cost, out float lowerBound, IntPtr flow )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_EMD ( signature1 As IntPtr, signature2 As IntPtr, distType As Integer, cost As IntPtr, <OutAttribute> ByRef lowerBound As Single, flow As IntPtr ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float imgproc_EMD( IntPtr signature1, IntPtr signature2, int distType, IntPtr cost, [OutAttribute] float% lowerBound, IntPtr flow )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_EMD : signature1 : IntPtr * signature2 : IntPtr * distType : int * cost : IntPtr * lowerBound : float32 byref * flow : IntPtr -> float32
OpenCvSharp.NativeMethods.imgproc_EMD = function(signature1, signature2, distType, cost, lowerBound, flow);