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