NativeMethodscore_norm2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double core_norm2( IntPtr src1, IntPtr src2, int normType, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_norm2 ( src1 As IntPtr, src2 As IntPtr, normType As Integer, mask As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double core_norm2( IntPtr src1, IntPtr src2, int normType, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_norm2 : src1 : IntPtr * src2 : IntPtr * normType : int * mask : IntPtr -> float
OpenCvSharp.NativeMethods.core_norm2 = function(src1, src2, normType, mask);