Enum HaarDetectObjectFlags
Specifies available operation flags for DetectObjects(Arr, MemStorage, Double, Int32, HaarDetectObjectFlags, Size, Size).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum HaarDetectObjectFlags : int
Fields
Name | Description |
---|---|
DoCannyPruning | Specifies that flat regions of the image (with no lines) should be skipped by the classifier. |
DoRoughSearch | Specifies that the search should terminate at whatever scale the first candidate is found. Used only in combination with FindBiggestObject. |
FindBiggestObject | Specifies that only the largest object found should be returned. |
None | Specifies that no operation flags are active. |
ScaleImage | Specifies that the image should be scaled rather than the detector. |