http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Detect the keypoints in 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 ) |
Visual Basic |
---|
Public Function DetectKeyPointsRaw ( _ image As Image(Of Gray, Byte) _ ) As VectorOfKeyPoint |
Visual C++ |
---|
public: VectorOfKeyPoint^ DetectKeyPointsRaw( Image<Gray, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The image from which the key point will be detected from