Property VLHaarDetectObjects.TVLHaarDetectObjectCollectionItem.UseCanny
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLHaarDetectObjectCollectionItem
Contents |
Syntax
Delphi:
property UseCanny : Boolean read FUseCanny write SetUseCanny default True;
C++ Builder:
__property bool UseCanny = { read=FUseCanny, write=SetUseCanny, default=True };
Summary
Specifies if Canny edge detector will be used to reject some image regions.
Description
Use this property to specify if Canny edge detector will be
used to reject some image regions.
If it is set, the function uses Canny edge detector to reject some image regions that contain too few or too much edges and thus can not contain the searched object. The particular threshold values are tuned for face detection and in this case the pruning speeds up the processing.