NativeMethodscalib3d_StereoSGBM_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr calib3d_StereoSGBM_create( int minDisparity, int numDisparities, int blockSize, int P1, int P2, int disp12MaxDiff, int preFilterCap, int uniquenessRatio, int speckleWindowSize, int speckleRange, int mode )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_StereoSGBM_create ( minDisparity As Integer, numDisparities As Integer, blockSize As Integer, P1 As Integer, P2 As Integer, disp12MaxDiff As Integer, preFilterCap As Integer, uniquenessRatio As Integer, speckleWindowSize As Integer, speckleRange As Integer, mode As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr calib3d_StereoSGBM_create( int minDisparity, int numDisparities, int blockSize, int P1, int P2, int disp12MaxDiff, int preFilterCap, int uniquenessRatio, int speckleWindowSize, int speckleRange, int mode )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_StereoSGBM_create : minDisparity : int * numDisparities : int * blockSize : int * P1 : int * P2 : int * disp12MaxDiff : int * preFilterCap : int * uniquenessRatio : int * speckleWindowSize : int * speckleRange : int * mode : int -> IntPtr
OpenCvSharp.NativeMethods.calib3d_StereoSGBM_create = function(minDisparity, numDisparities, blockSize, P1, P2, disp12MaxDiff, preFilterCap, uniquenessRatio, speckleWindowSize, speckleRange, mode);