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