NativeMethodsxfeatures2d_SURF_getHessianThreshold Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double xfeatures2d_SURF_getHessianThreshold( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function xfeatures2d_SURF_getHessianThreshold ( obj As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double xfeatures2d_SURF_getHessianThreshold( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member xfeatures2d_SURF_getHessianThreshold : obj : IntPtr -> float
OpenCvSharp.NativeMethods.xfeatures2d_SURF_getHessianThreshold = function(obj);