Click or drag to resize

NativeMethodsimgproc_calcHist1 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[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
)

Parameters

images
Type: SystemIntPtr
nimages
Type: SystemInt32
channels
Type: SystemInt32
mask
Type: SystemIntPtr
hist
Type: SystemIntPtr
dims
Type: SystemInt32
histSize
Type: SystemInt32
ranges
Type: SystemIntPtr
uniform
Type: SystemInt32
accumulate
Type: SystemInt32
See Also