Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_new2 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 objdetect_HOGDescriptor_new2(
	Size winSize,
	Size blockSize,
	Size blockStride,
	Size cellSize,
	int nbins,
	int derivAperture,
	double winSigma,
	HistogramNormType histogramNormType,
	double l2HysThreshold,
	int gammaCorrection,
	int nlevels
)

Parameters

winSize
Type: OpenCvSharpSize
blockSize
Type: OpenCvSharpSize
blockStride
Type: OpenCvSharpSize
cellSize
Type: OpenCvSharpSize
nbins
Type: SystemInt32
derivAperture
Type: SystemInt32
winSigma
Type: SystemDouble
histogramNormType
Type: OpenCvSharpHistogramNormType
l2HysThreshold
Type: SystemDouble
gammaCorrection
Type: SystemInt32
nlevels
Type: SystemInt32

Return Value

Type: IntPtr
See Also