NativeMethodsximgproc_segmentation_GraphSegmentation_setSigma Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void ximgproc_segmentation_GraphSegmentation_setSigma( IntPtr obj, double value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub ximgproc_segmentation_GraphSegmentation_setSigma ( obj As IntPtr, value As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void ximgproc_segmentation_GraphSegmentation_setSigma( IntPtr obj, double value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_segmentation_GraphSegmentation_setSigma : obj : IntPtr * value : float -> unit
OpenCvSharp.NativeMethods.ximgproc_segmentation_GraphSegmentation_setSigma = function(obj, value);