NativeMethodsfeatures2d_GFTTDetector_create Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr features2d_GFTTDetector_create( int maxCorners, double qualityLevel, double minDistance, int blockSize, int useHarrisDetector, double k )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function features2d_GFTTDetector_create ( maxCorners As Integer, qualityLevel As Double, minDistance As Double, blockSize As Integer, useHarrisDetector As Integer, k As Double ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr features2d_GFTTDetector_create( int maxCorners, double qualityLevel, double minDistance, int blockSize, int useHarrisDetector, double k )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member features2d_GFTTDetector_create : maxCorners : int * qualityLevel : float * minDistance : float * blockSize : int * useHarrisDetector : int * k : float -> IntPtr
OpenCvSharp.NativeMethods.features2d_GFTTDetector_create = function(maxCorners, qualityLevel, minDistance, blockSize, useHarrisDetector, k);