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
public static ExceptionStatus imgproc_connectedComponentsWithStats( IntPtr image, IntPtr labels, IntPtr stats, IntPtr centroids, int connectivity, int ltype, out int returnValue )
Public Shared Function imgproc_connectedComponentsWithStats ( image As IntPtr, labels As IntPtr, stats As IntPtr, centroids As IntPtr, connectivity As Integer, ltype As Integer, <OutAttribute> ByRef returnValue As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_connectedComponentsWithStats( IntPtr image, IntPtr labels, IntPtr stats, IntPtr centroids, int connectivity, int ltype, [OutAttribute] int% returnValue )
static member imgproc_connectedComponentsWithStats : image : IntPtr * labels : IntPtr * stats : IntPtr * centroids : IntPtr * connectivity : int * ltype : int * returnValue : int byref -> ExceptionStatus
[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@)"]
[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@)"]
[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@)"]
[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@)"]
[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@)"]
[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@)"]
[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@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]