http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Convert the raw keypoints and descriptors to ImageFeature
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static ImageFeature<TDescriptor>[] ConvertFromRaw( VectorOfKeyPoint keyPointsVec, Matrix<TDescriptor> descriptors ) |
Visual Basic |
---|
Public Shared Function ConvertFromRaw ( _ keyPointsVec As VectorOfKeyPoint, _ descriptors As Matrix(Of TDescriptor) _ ) As ImageFeature(Of TDescriptor)() |
Visual C++ |
---|
public: static array<ImageFeature<TDescriptor>>^ ConvertFromRaw( VectorOfKeyPoint^ keyPointsVec, Matrix<TDescriptor>^ descriptors ) |
Parameters
- keyPointsVec
- Type: Emgu.CV.Util..::..VectorOfKeyPoint
The raw keypoints vector
- descriptors
- Type: Emgu.CV..::..Matrix<(Of <(<'TDescriptor>)>)>
The raw descriptor matrix