NativeMethodscore_batchDistance Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_batchDistance( IntPtr src1, IntPtr src2, IntPtr dist, int dtype, IntPtr nidx, int normType, int k, IntPtr mask, int update, int crosscheck )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_batchDistance ( src1 As IntPtr, src2 As IntPtr, dist As IntPtr, dtype As Integer, nidx As IntPtr, normType As Integer, k As Integer, mask As IntPtr, update As Integer, crosscheck As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_batchDistance( IntPtr src1, IntPtr src2, IntPtr dist, int dtype, IntPtr nidx, int normType, int k, IntPtr mask, int update, int crosscheck )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_batchDistance : src1 : IntPtr * src2 : IntPtr * dist : IntPtr * dtype : int * nidx : IntPtr * normType : int * k : int * mask : IntPtr * update : int * crosscheck : int -> unit
OpenCvSharp.NativeMethods.core_batchDistance = function(src1, src2, dist, dtype, nidx, normType, k, mask, update, crosscheck);