NativeMethodsximgproc_segmentation_createGraphSegmentation Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr ximgproc_segmentation_createGraphSegmentation( double sigma, float k, int min_size )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ximgproc_segmentation_createGraphSegmentation ( sigma As Double, k As Single, min_size As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr ximgproc_segmentation_createGraphSegmentation( double sigma, float k, int min_size )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_segmentation_createGraphSegmentation : sigma : float * k : float32 * min_size : int -> IntPtr
OpenCvSharp.NativeMethods.ximgproc_segmentation_createGraphSegmentation = function(sigma, k, min_size);