CudaHOG Methods |
The CudaHOG type exposes the following members.
Name | Description | |
---|---|---|
![]() | DetectMultiScale(IInputArray) |
Performs object detection with increasing detection window.
|
![]() | DetectMultiScale(IInputArray, VectorOfRect, VectorOfDouble) |
Performs object detection with a multi-scale window.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged memory associated with this HOGDescriptor
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetDefaultPeopleDetector |
Returns coefficients of the classifier trained for people detection (for default window size).
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (Inherited from Object.) |