Click or drag to resize

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
Syntax
public const HaarDetectionType DoCannyPruning = 1

Field Value

Type: HaarDetectionType
See Also