FloodFillTypeFixedRange Field |
http://www.emgu.com
If set the difference between the current pixel and seed pixel is considered,
otherwise difference between neighbor pixels is considered (the range is floating).
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const FloodFillType FixedRange = 65536
Public Const FixedRange As FloodFillType = 65536
public:
literal FloodFillType^ FixedRange = 65536
static val mutable FixedRange: FloodFillType
Field Value
Type:
FloodFillType
See Also