NativeMethodsximgproc_segmentation_SelectiveSearchSegmentation_addStrategy Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void ximgproc_segmentation_SelectiveSearchSegmentation_addStrategy( IntPtr obj, IntPtr s )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub ximgproc_segmentation_SelectiveSearchSegmentation_addStrategy ( obj As IntPtr, s As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void ximgproc_segmentation_SelectiveSearchSegmentation_addStrategy( IntPtr obj, IntPtr s )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_segmentation_SelectiveSearchSegmentation_addStrategy : obj : IntPtr * s : IntPtr -> unit
OpenCvSharp.NativeMethods.ximgproc_segmentation_SelectiveSearchSegmentation_addStrategy = function(obj, s);