NativeMethodsimgproc_calcHist1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_calcHist1( IntPtr[] images, int nimages, int[] channels, IntPtr mask, IntPtr hist, int dims, int[] histSize, IntPtr[] ranges, int uniform, int accumulate )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_calcHist1 ( images As IntPtr(), nimages As Integer, channels As Integer(), mask As IntPtr, hist As IntPtr, dims As Integer, histSize As Integer(), ranges As IntPtr(), uniform As Integer, accumulate As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_calcHist1( array<IntPtr>^ images, int nimages, array<int>^ channels, IntPtr mask, IntPtr hist, int dims, array<int>^ histSize, array<IntPtr>^ ranges, int uniform, int accumulate )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_calcHist1 : images : IntPtr[] * nimages : int * channels : int[] * mask : IntPtr * hist : IntPtr * dims : int * histSize : int[] * ranges : IntPtr[] * uniform : int * accumulate : int -> unit
OpenCvSharp.NativeMethods.imgproc_calcHist1 = function(images, nimages, channels, mask, hist, dims, histSize, ranges, uniform, accumulate);