NativeMethodsimgproc_connectedComponentsWithStats Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_connectedComponentsWithStats( IntPtr image, IntPtr labels, IntPtr stats, IntPtr centroids, int connectivity, int ltype )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_connectedComponentsWithStats ( image As IntPtr, labels As IntPtr, stats As IntPtr, centroids As IntPtr, connectivity As Integer, ltype As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_connectedComponentsWithStats( IntPtr image, IntPtr labels, IntPtr stats, IntPtr centroids, int connectivity, int ltype )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_connectedComponentsWithStats : image : IntPtr * labels : IntPtr * stats : IntPtr * centroids : IntPtr * connectivity : int * ltype : int -> int
OpenCvSharp.NativeMethods.imgproc_connectedComponentsWithStats = function(image, labels, stats, centroids, connectivity, ltype);