Click or drag to resize

NativeMethodsimgproc_connectedComponentsWithStats Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_connectedComponentsWithStats(
	IntPtr image,
	IntPtr labels,
	IntPtr stats,
	IntPtr centroids,
	int connectivity,
	int ltype,
	out int returnValue
)

Parameters

image
Type: SystemIntPtr

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

labels
Type: SystemIntPtr

[Missing <param name="labels"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]

stats
Type: SystemIntPtr

[Missing <param name="stats"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]

centroids
Type: SystemIntPtr

[Missing <param name="centroids"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]

connectivity
Type: SystemInt32

[Missing <param name="connectivity"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]

ltype
Type: SystemInt32

[Missing <param name="ltype"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]

returnValue
Type: SystemInt32

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]

See Also