Click or drag to resize

NativeMethods.imgproc_floodFill1 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static int imgproc_floodFill1(
	IntPtr image,
	Point seedPoint,
	Scalar newVal,
	out Rect rect,
	Scalar loDiff,
	Scalar upDiff,
	int flags
)

Parameters

image
Type: System.IntPtr
seedPoint
Type: OpenCvSharp.Point
newVal
Type: OpenCvSharp.Scalar
rect
Type: OpenCvSharp.Rect
loDiff
Type: OpenCvSharp.Scalar
upDiff
Type: OpenCvSharp.Scalar
flags
Type: System.Int32

Return Value

Type: Int32
See Also