NativeMethodsimgproc_calcHist1 Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

[Missing <param name="images"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

nimages
Type: SystemInt32

[Missing <param name="nimages"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

channels
Type: SystemInt32

[Missing <param name="channels"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

mask
Type: SystemIntPtr

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

hist
Type: SystemIntPtr

[Missing <param name="hist"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

dims
Type: SystemInt32

[Missing <param name="dims"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

histSize
Type: SystemInt32

[Missing <param name="histSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

ranges
Type: SystemIntPtr

[Missing <param name="ranges"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

uniform
Type: SystemInt32

[Missing <param name="uniform"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

accumulate
Type: SystemInt32

[Missing <param name="accumulate"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_calcHist1(System.IntPtr[],System.Int32,System.Int32[],System.IntPtr,System.IntPtr,System.Int32,System.Int32[],System.IntPtr[],System.Int32,System.Int32)"]

See Also

Reference