HaarDetectionTypeDoCannyPruning Field |
http://www.emgu.com
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
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const HaarDetectionType DoCannyPruning = 1
Public Const DoCannyPruning As HaarDetectionType = 1
public:
literal HaarDetectionType^ DoCannyPruning = 1
static val mutable DoCannyPruning: HaarDetectionType
Field Value
Type:
HaarDetectionType
See Also