I would print the descriptors of a feature keypoint. My method receive in input a vector of keypoint, and a mat descriptor for that point. Someone know a simply solution? Thanks
Asked
Active
Viewed 893 times
1 Answers
1
For each descriptor
matrix you have, you can simply
std::cout << descriptor << std::endl;
to print the descriptors to the console.

Aurelius
- 11,111
- 3
- 52
- 69