http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a new HogDescriptor using the specific template and default parameters.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public HOGDescriptor( Image<Bgr, byte> template ) |
Visual Basic |
---|
Public Sub New ( _ template As Image(Of Bgr, Byte) _ ) |
Visual C++ |
---|
public: HOGDescriptor( Image<Bgr, unsigned char>^ template ) |
Parameters
- template
- Type: Emgu.CV..::..Image<(Of <(<'Bgr, Byte>)>)>
The template image to be detected.