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