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