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