HOGDescriptor Class |
Namespace: Emgu.CV
The HOGDescriptor type exposes the following members.
Name | Description | |
---|---|---|
![]() | HOGDescriptor |
Create a new HOGDescriptor
|
![]() | HOGDescriptor(Size, Size, Size, Size, Int32, Int32, Double, Double, Boolean) |
Create a new HOGDescriptor using the specific parameters.
|
Name | Description | |
---|---|---|
![]() | DescriptorSize |
Get the size of the descriptor
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | Compute | |
![]() | DetectMultiScale |
Performs object detection with increasing detection window.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged memory associated with this HOGDescriptor
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() ![]() | GetDefaultPeopleDetector |
Return the default people detector
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | SetSVMDetector |
Set the SVM detector
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |