| CudaHOG Class |
Namespace: Emgu.CV.Cuda
The CudaHOG type exposes the following members.
| Name | Description | |
|---|---|---|
| GammaCorrection | ||
| GroupThreshold | ||
| HitThreshold | ||
| NumLevels | ||
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| ScaleFactor | ||
| WinSigma |
| Name | Description | |
|---|---|---|
| DetectMultiScale | ||
| 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 |
Returns coefficients of the classifier trained for people detection (for default window size).
| |
| 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.) |