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