CudaHOG Class |
Namespace: Emgu.CV.Cuda
The CudaHOG type exposes the following members.
Name | Description | |
---|---|---|
![]() | BlockHistogramSize |
Returns the block histogram size.
|
![]() | DescriptorFormat |
The descriptor format
|
![]() | DescriptorSize |
Returns the number of coefficients required for the classification.
|
![]() | GammaCorrection |
Flag to specify whether the gamma correction preprocessing is required or not
|
![]() | GroupThreshold |
Coefficient to regulate the similarity threshold. When detected, some objects can be covered by many rectangles. 0 means not to perform grouping. See groupRectangles.
|
![]() | HitThreshold |
Threshold for the distance between features and SVM classifying plane. Usually it is 0 and should be specfied in the detector coefficients (as the last free coefficient). But if the free coefficient is omitted (which is allowed), you can specify it manually here.
|
![]() | L2HysThreshold |
L2-Hys normalization method shrinkage.
|
![]() | NumLevels |
Maximum number of detection window increases
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | ScaleFactor |
Coefficient of the detection window increase.
|
![]() | SharedPtr |
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.) |
![]() | WinSigma |
Gaussian smoothing window parameter
|
![]() | WinStride |
Window stride. It must be a multiple of block stride.
|
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 | (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.) |
![]() | _sharedPtr |
A pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.) |