http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
or .
Detect the keypoints in the image
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static VectorOfKeyPoint DetectKeyPointsRaw( this IKeyPointDetector detector, Image<Gray, byte> image, Image<Gray, byte> mask ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function DetectKeyPointsRaw ( _ detector As IKeyPointDetector, _ image As Image(Of Gray, Byte), _ mask As Image(Of Gray, Byte) _ ) As VectorOfKeyPoint |
Visual C++ |
---|
[ExtensionAttribute] public: static VectorOfKeyPoint^ DetectKeyPointsRaw( IKeyPointDetector^ detector, Image<Gray, unsigned char>^ image, Image<Gray, unsigned char>^ mask ) |
Parameters
- detector
- Type: Emgu.CV.Features2D..::..IKeyPointDetector
The keypoint detector
- image
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The image from which the key point will be detected from
- mask
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
The optional mask, can be null if not needed