NativeMethodsimgproc_goodFeaturesToTrack Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_goodFeaturesToTrack( IntPtr src, IntPtr corners, int maxCorners, double qualityLevel, double minDistance, IntPtr mask, int blockSize, int useHarrisDetector, double k )
Public Shared Function 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 ) As ExceptionStatus
public: static ExceptionStatus imgproc_goodFeaturesToTrack( IntPtr src, IntPtr corners, int maxCorners, double qualityLevel, double minDistance, IntPtr mask, int blockSize, int useHarrisDetector, double k )
static member imgproc_goodFeaturesToTrack : src : IntPtr * corners : IntPtr * maxCorners : int * qualityLevel : float * minDistance : float * mask : IntPtr * blockSize : int * useHarrisDetector : int * k : float -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <param name="corners"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <param name="maxCorners"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <param name="qualityLevel"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <param name="minDistance"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <param name="blockSize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <param name="useHarrisDetector"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <param name="k"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_goodFeaturesToTrack(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,System.IntPtr,System.Int32,System.Int32,System.Double)"]