HaarDetectionTypeFindBiggestObject Field |
http://www.emgu.com
If it is set, the function finds the largest object (if any) in the image. That is, the output sequence will contain one (or zero) element(s)
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const HaarDetectionType FindBiggestObject = 4
Public Const FindBiggestObject As HaarDetectionType = 4
public:
literal HaarDetectionType^ FindBiggestObject = 4
static val mutable FindBiggestObject: HaarDetectionType
Field Value
Type:
HaarDetectionType
See Also