CudaCascadeClassifier Class |
Namespace: Emgu.CV.Cuda
The CudaCascadeClassifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | CudaCascadeClassifier(String) |
Create a Cuda cascade classifier using the specific file
|
![]() | CudaCascadeClassifier(FileStorage) |
Create a Cuda cascade classifier using the specific file storage
|
Name | Description | |
---|---|---|
![]() | ClassifierSize |
The classifier size
|
![]() | FindLargestObject |
If true, only return the largest object
|
![]() | MaxNumObjects |
The maximum number of objects
|
![]() | MaxObjectSize |
The maximum object size
|
![]() | MinNeighbors |
Parameter specifying how many neighbors each candidate rectangle should have to retain it
|
![]() | MinObjectSize |
The minimum object size
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | ScaleFactor |
Parameter specifying how much the image size is reduced at each image scale
|
Name | Description | |
---|---|---|
![]() | Convert |
Converts objects array from internal representation to standard vector.
|
![]() | DetectMultiScale |
Detects objects of different sizes in the input image.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all unmanaged resources associated with this object
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | 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.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |