http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Detect the Lepetit keypoints from the image
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public VectorOfKeyPoint DetectKeyPointsRaw( Image<Gray, byte> image, int maxCount, bool scaleCoords ) |
Visual Basic |
---|
Public Function DetectKeyPointsRaw ( _ image As Image(Of Gray, Byte), _ maxCount As Integer, _ scaleCoords As Boolean _ ) As VectorOfKeyPoint |
Visual C++ |
---|
public: VectorOfKeyPoint^ DetectKeyPointsRaw( Image<Gray, unsigned char>^ image, int maxCount, bool scaleCoords ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The image to extract Lepetit keypoints
- maxCount
- Type: System..::..Int32
The maximum number of keypoints to be extracted, use 0 to ignore the max count
- scaleCoords
- Type: System..::..Boolean
Indicates if the coordinates should be scaled