NativeMethodscalib3d_StereoBM_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr calib3d_StereoBM_create( int numDisparities, int blockSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function calib3d_StereoBM_create ( numDisparities As Integer, blockSize As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr calib3d_StereoBM_create( int numDisparities, int blockSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_StereoBM_create : numDisparities : int * blockSize : int -> IntPtr
OpenCvSharp.NativeMethods.calib3d_StereoBM_create = function(numDisparities, blockSize);