NativeMethodsimgproc_floodFill Method (IntPtr, IntPtr, CvPoint, CvScalar, CvRect, CvScalar, CvScalar, Int32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

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

public static int imgproc_floodFill(
	IntPtr image,
	IntPtr mask,
	CvPoint seedPoint,
	CvScalar newVal,
	out CvRect rect,
	CvScalar loDiff,
	CvScalar upDiff,
	int flags
)

Parameters

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

mask
Type: SystemIntPtr

[Missing <param name="mask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

seedPoint
Type: OpenCvSharpCvPoint

[Missing <param name="seedPoint"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

newVal
Type: OpenCvSharpCvScalar

[Missing <param name="newVal"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

rect
Type: OpenCvSharpCvRect

[Missing <param name="rect"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

loDiff
Type: OpenCvSharpCvScalar

[Missing <param name="loDiff"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

upDiff
Type: OpenCvSharpCvScalar

[Missing <param name="upDiff"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

flags
Type: SystemInt32

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_floodFill(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint,OpenCvSharp.CvScalar,OpenCvSharp.CvRect@,OpenCvSharp.CvScalar,OpenCvSharp.CvScalar,System.Int32)"]

See Also

Reference