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