NativeMethodsimgproc_connectedComponents Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponents(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_connectedComponents( IntPtr image, IntPtr labels, int connectivity, int ltype, out int returnValue )
Public Shared Function imgproc_connectedComponents ( image As IntPtr, labels As IntPtr, connectivity As Integer, ltype As Integer, <OutAttribute> ByRef returnValue As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_connectedComponents( IntPtr image, IntPtr labels, int connectivity, int ltype, [OutAttribute] int% returnValue )
static member imgproc_connectedComponents : image : IntPtr * labels : IntPtr * connectivity : int * ltype : int * returnValue : int byref -> ExceptionStatus
[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponents(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]
[Missing <param name="labels"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponents(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]
[Missing <param name="connectivity"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponents(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]
[Missing <param name="ltype"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponents(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponents(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_connectedComponents(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32@)"]