Click or drag to resize

CudaCascadeClassifier Properties

http://www.emgu.com

The CudaCascadeClassifier type exposes the following members.

Properties
  NameDescription
Public propertyClassifierSize
The classifier size
Public propertyFindLargestObject
If true, only return the largest object
Public propertyMaxNumObjects
The maximum number of objects
Public propertyMaxObjectSize
The maximum object size
Public propertyMinNeighbors
Parameter specifying how many neighbors each candidate rectangle should have to retain it
Public propertyMinObjectSize
The minimum object size
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyScaleFactor
Parameter specifying how much the image size is reduced at each image scale
Public propertySharedPtr
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.)
Top
See Also