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