HOGDescriptor Constructor (IInputArray) |
http://www.emgu.com
Create a new HogDescriptor using the specific template and default parameters.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic HOGDescriptor(
IInputArray template
)
Public Sub New (
template As IInputArray
)
public:
HOGDescriptor(
IInputArray^ template
)
new :
template : IInputArray -> HOGDescriptor
Parameters
- template
- Type: Emgu.CVIInputArray
The template image to be detected.
See Also