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