Click or drag to resize

NativeMethodsimgproc_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: SystemIntPtr
seedPoint
Type: OpenCvSharpPoint
newVal
Type: OpenCvSharpScalar
rect
Type: OpenCvSharpRect
loDiff
Type: OpenCvSharpScalar
upDiff
Type: OpenCvSharpScalar
flags
Type: SystemInt32

Return Value

Type: Int32
See Also