Click or drag to resize

CudaHOG Properties

http://www.emgu.com

The CudaHOG type exposes the following members.

Properties
  NameDescription
Public propertyBlockHistogramSize
Returns the block histogram size.
Public propertyDescriptorFormat
The descriptor format
Public propertyDescriptorSize
Returns the number of coefficients required for the classification.
Public propertyGammaCorrection
Flag to specify whether the gamma correction preprocessing is required or not
Public propertyGroupThreshold
Coefficient to regulate the similarity threshold. When detected, some objects can be covered by many rectangles. 0 means not to perform grouping. See groupRectangles.
Public propertyHitThreshold
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.
Public propertyL2HysThreshold
L2-Hys normalization method shrinkage.
Public propertyNumLevels
Maximum number of detection window increases
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyScaleFactor
Coefficient of the detection window increase.
Public propertySharedPtr
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.)
Public propertyWinSigma
Gaussian smoothing window parameter
Public propertyWinStride
Window stride. It must be a multiple of block stride.
Top
See Also