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