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
Syntaxpublic const HaarDetectionType ScaleImage = 2
Public Const ScaleImage As HaarDetectionType = 2
public:
literal HaarDetectionType^ ScaleImage = 2
static val mutable ScaleImage: HaarDetectionType
Field Value
Type:
HaarDetectionType
See Also