NativeMethodsximgproc_segmentation_SelectiveSearchSegmentation_switchToSelectiveSearchFast Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void ximgproc_segmentation_SelectiveSearchSegmentation_switchToSelectiveSearchFast( IntPtr obj, int base_k, int inc_k, float sigma )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub ximgproc_segmentation_SelectiveSearchSegmentation_switchToSelectiveSearchFast ( obj As IntPtr, base_k As Integer, inc_k As Integer, sigma As Single )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void ximgproc_segmentation_SelectiveSearchSegmentation_switchToSelectiveSearchFast( IntPtr obj, int base_k, int inc_k, float sigma )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_segmentation_SelectiveSearchSegmentation_switchToSelectiveSearchFast : obj : IntPtr * base_k : int * inc_k : int * sigma : float32 -> unit
OpenCvSharp.NativeMethods.ximgproc_segmentation_SelectiveSearchSegmentation_switchToSelectiveSearchFast = function(obj, base_k, inc_k, sigma);