Click or drag to resize

HaarDetectionTypeScaleImage Field

http://www.emgu.com
For each scale factor used the function will downscale the image rather than "zoom" the feature coordinates in the classifier cascade. Currently, the option can only be used alone, i.e. the flag can not be set together with the others

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const HaarDetectionType ScaleImage = 2

Field Value

Type: HaarDetectionType
See Also