Compute the descriptor given the image and the point location
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public: array<ImageFeature>^ ComputeDescriptors( Image<Gray, unsigned char>^ image, Image<Gray, unsigned char>^ mask, array<MKeyPoint>^ keyPoints )
Parameters
- keyPoints
- array<
MKeyPoint
>[]()[]
The keypoint where the descriptor will be computed from