NativeMethodscore_normalize Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_normalize( IntPtr src, IntPtr dst, double alpha, double beta, int normType, int dtype, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_normalize ( src As IntPtr, dst As IntPtr, alpha As Double, beta As Double, normType As Integer, dtype As Integer, mask As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_normalize( IntPtr src, IntPtr dst, double alpha, double beta, int normType, int dtype, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_normalize : src : IntPtr * dst : IntPtr * alpha : float * beta : float * normType : int * dtype : int * mask : IntPtr -> unit
OpenCvSharp.NativeMethods.core_normalize = function(src, dst, alpha, beta, normType, dtype, mask);