Click or drag to resize
HOGDescriptor Constructor (IInputArray)
http://www.emgu.com
Create a new HogDescriptor using the specific template and default parameters.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public HOGDescriptor(
	IInputArray template
)

Parameters

template
Type: Emgu.CVIInputArray
The template image to be detected.
See Also