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