CascadeClassifier Class |
Namespace: Emgu.CV
The CascadeClassifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | CascadeClassifier |
A dummy constructor that mainly aimed for those who would like to inherite this class
|
![]() | CascadeClassifier(String) | Create a CascadeClassifier from the specific file |
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 | 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.) |
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.) |