FloodFillTypeMaskOnly Field |
http://www.emgu.com
If set, the function does not fill the image (new_val is ignored),
but the fills mask (that must be non-NULL in this case).
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const FloodFillType MaskOnly = 131072
Public Const MaskOnly As FloodFillType = 131072
public:
literal FloodFillType^ MaskOnly = 131072
static val mutable MaskOnly: FloodFillType
Field Value
Type:
FloodFillType
See Also