CvHaarClassifierCascade Methods OpenCvSharp Class Library

The CvHaarClassifierCascade type exposes the following members.

Methods

  NameDescription
Protected methodAllocGCHandle
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.)
Protected methodAllocMemory
Allocates the specified size of memory.
(Inherited from DisposableObject.)
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Protected methodDispose(Boolean)
Clean up any resources being used.
(Overrides DisposableCvObjectDispose(Boolean).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodStatic memberFromDirectory Obsolete.
Loads a trained cascade classifier from file or the classifier database embedded in OpenCV (cvLoadHaarClassifierCascade)
Public methodStatic memberFromFile
Loads object from file (cvLoad)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHaarDetectObjects(CvArr, CvMemStorage)
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.
Public methodHaarDetectObjects(CvArr, CvMemStorage, Double)
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.
Public methodHaarDetectObjects(CvArr, CvMemStorage, Double, Int32)
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.
Public methodHaarDetectObjects(CvArr, CvMemStorage, Double, Int32, HaarDetectionType)
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.
Public methodHaarDetectObjects(CvArr, CvMemStorage, Double, Int32, HaarDetectionType, CvSize, CvSize)
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.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNotifyMemoryPressure
Notifies the allocated size of memory.
(Inherited from DisposableObject.)
Public methodRun(CvPoint)
Runs cascade of boosted classifier at given image location
Public methodRun(CvPoint, Boolean)
Runs cascade of boosted classifier at given image location
Public methodSetImages
Assigns images to the hidden cascade
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference