HOGDescriptor Constructor (IInputArray) |
http://www.emgu.com
Create a new HogDescriptor using the specific template and default parameters.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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