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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public HOGDescriptor(
	IInputArray template
)

Parameters

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