Extract FAST keypoints
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void CvFASTKeyPoints( IntPtr image, IntPtr KeyPointSeq, int threshold, bool nonmaxSupression ) |
Visual Basic (Declaration) |
---|
Public Shared Sub CvFASTKeyPoints ( _ image As IntPtr, _ KeyPointSeq As IntPtr, _ threshold As Integer, _ nonmaxSupression As Boolean _ ) |
Visual C++ |
---|
public: static void CvFASTKeyPoints( IntPtr image, IntPtr KeyPointSeq, int threshold, bool nonmaxSupression ) |
Parameters
- image
- Type: System..::.IntPtr
The image to extract keypoint from
- KeyPointSeq
- Type: System..::.IntPtr
The pre-allocated sequence of MKeyPoints where the result will be stored
- threshold
- Type: System..::.Int32
[Missing <param name="threshold"/> documentation for "M:Emgu.CV.CvInvoke.CvFASTKeyPoints(System.IntPtr,System.IntPtr,System.Int32,System.Boolean)"]
- nonmaxSupression
- Type: System..::.Boolean
Indicates if nonmaximum supression should be used