NativeMethodsximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple4 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple4( IntPtr s1, IntPtr s2, IntPtr s3, IntPtr s4 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple4 ( s1 As IntPtr, s2 As IntPtr, s3 As IntPtr, s4 As IntPtr ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple4( IntPtr s1, IntPtr s2, IntPtr s3, IntPtr s4 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple4 : s1 : IntPtr * s2 : IntPtr * s3 : IntPtr * s4 : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.ximgproc_segmentation_createSelectiveSearchSegmentationStrategyMultiple4 = function(s1, s2, s3, s4);