CascadeClassifier Class |
Namespace: Emgu.CV
The CascadeClassifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | CascadeClassifier |
Create a cascade classifier
|
![]() | CascadeClassifier(String) | Create a CascadeClassifier from the specific file |
Name | Description | |
---|---|---|
![]() | IsOldFormatCascade |
Get if the cascade is old format
|
![]() | OriginalWindowSize |
Get the original window size
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | DetectMultiScale |
Finds rectangular regions in the given image that are likely to contain objects the cascade has been trained for and returns those regions as a sequence of rectangles.
The function scans the image several times at different scales. Each time it considers overlapping regions in the image.
It may also apply some heuristics to reduce number of analyzed regions, such as Canny prunning.
After it has proceeded and collected the candidate rectangles (regions that passed the classifier cascade), it groups them and returns a sequence of average rectangles for each large enough group.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the CascadeClassifier Object and all the memory associate with it
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Read |
Load the cascade classifier from a file node
|
![]() | 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.) |