Click or drag to resize

NativeMethodsHOGDescriptor_new 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 IntPtr HOGDescriptor_new(
	Size win_size,
	Size block_size,
	Size block_stride,
	Size cell_size,
	int nbins,
	double winSigma,
	double threshold_L2Hys,
	bool gamma_correction,
	int nlevels
)

Parameters

win_size
Type: OpenCvSharpSize
block_size
Type: OpenCvSharpSize
block_stride
Type: OpenCvSharpSize
cell_size
Type: OpenCvSharpSize
nbins
Type: SystemInt32
winSigma
Type: SystemDouble
threshold_L2Hys
Type: SystemDouble
gamma_correction
Type: SystemBoolean
nlevels
Type: SystemInt32

Return Value

Type: IntPtr
See Also