Click or drag to resize

NativeMethodsimgproc_calcBackProject 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_calcBackProject(
	IntPtr[] images,
	int nimages,
	int[] channels,
	IntPtr hist,
	IntPtr backProject,
	IntPtr[] ranges,
	int uniform
)

Parameters

images
Type: SystemIntPtr
nimages
Type: SystemInt32
channels
Type: SystemInt32
hist
Type: SystemIntPtr
backProject
Type: SystemIntPtr
ranges
Type: SystemIntPtr
uniform
Type: SystemInt32
See Also