CudaHOG Properties |
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.
|