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
|
![]() | SharedPtr |
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.) |
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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 | Returns a string that represents the current object. (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.) |