Computes an image descriptor using the set visual vocabulary.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- image
- Type: OpenCvSharp.CPlusPlusMat
Image, for which the descriptor is computed. - keypoints
- Type: OpenCvSharp.CPlusPlusKeyPoint
Keypoints detected in the input image. - imgDescriptor
- Type: OpenCvSharp.CPlusPlusMat
Computed output image descriptor.
See Also