Click or drag to resize

NativeMethods.imgproc_connectedComponents 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_connectedComponents(
	IntPtr image,
	IntPtr labels,
	int connectivity,
	int ltype
)

Parameters

image
Type: System.IntPtr
labels
Type: System.IntPtr
connectivity
Type: System.Int32
ltype
Type: System.Int32

Return Value

Type: Int32
See Also