NativeMethodsximgproc_segmentation_SelectiveSearchSegmentationStrategy_get Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get( IntPtr obj, int r1, int r2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get ( obj As IntPtr, r1 As Integer, r2 As Integer ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get( IntPtr obj, int r1, int r2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get : obj : IntPtr * r1 : int * r2 : int -> float32
OpenCvSharp.NativeMethods.ximgproc_segmentation_SelectiveSearchSegmentationStrategy_get = function(obj, r1, r2);