HaarObjectDetector Properties |
The HaarObjectDetector type exposes the following members.
Name | Description | |
---|---|---|
Channel |
Gets or sets the color channel to use when processing color images.
| |
Classifier |
Gets the internal Cascade Classifier used by this detector.
| |
DetectedObjects |
Gets the detected objects bounding boxes.
| |
MaxSize |
Maximum window size to consider when searching objects.
| |
MinSize |
Minimum window size to consider when searching objects.
| |
ScalingFactor |
Gets or sets the scaling factor to rescale the window during search.
| |
ScalingMode |
Gets or sets the desired scaling method.
| |
SearchMode |
Gets or sets the desired searching method.
| |
Steady |
Gets how many frames the object has
been detected in a steady position.
| |
Suppression |
Gets or sets the minimum threshold used to suppress rectangles which
have not been detected sufficient number of times. This property only
has effect when SearchMode is set to Average.
| |
UseParallelProcessing |
Gets or sets a value indicating whether this HaarObjectDetector
should scan the image using multiple threads. This setting can only be changed
to true on .NET version which support the Parallel Tasks framework (4.0+).
|