Click or drag to resize

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
Syntax
public const FloodFillType FixedRange = 65536

Field Value

Type: FloodFillType
See Also