[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_FAST_GPU_new(System.Int32,System.Int32,System.Double)"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IntPtr gpu_FAST_GPU_new( int threshold, int nonmaxSuppression, double keypointsRatio )
Parameters
- threshold
- Type: SystemInt32
[Missing <param name="threshold"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_FAST_GPU_new(System.Int32,System.Int32,System.Double)"]
- nonmaxSuppression
- Type: SystemInt32
[Missing <param name="nonmaxSuppression"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_FAST_GPU_new(System.Int32,System.Int32,System.Double)"]
- keypointsRatio
- Type: SystemDouble
[Missing <param name="keypointsRatio"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_FAST_GPU_new(System.Int32,System.Int32,System.Double)"]
Return Value
Type: IntPtr[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.gpu_FAST_GPU_new(System.Int32,System.Int32,System.Double)"]
See Also