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