Cv2FloodFill Method (InputOutputArray, Point, Scalar) OpenCvSharp Class Library
Fills a connected component with the given color.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int FloodFill(
	InputOutputArray image,
	Point seedPoint,
	Scalar newVal
)

Parameters

image
Type: OpenCvSharp.CPlusPlusInputOutputArray
Input/output 1- or 3-channel, 8-bit, or floating-point image. It is modified by the function unless the FLOODFILL_MASK_ONLY flag is set in the second variant of the function. See the details below.
seedPoint
Type: OpenCvSharp.CPlusPlusPoint
Starting point.
newVal
Type: OpenCvSharp.CPlusPlusScalar
New value of the repainted domain pixels.

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FloodFill(OpenCvSharp.CPlusPlus.InputOutputArray,OpenCvSharp.CPlusPlus.Point,OpenCvSharp.CPlusPlus.Scalar)"]

See Also

Reference