Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我会打印特征关键点的描述符。我的方法在输入中接收关键点向量和该点的垫子描述符。有人知道一个简单的解决方案吗?谢谢
对于您拥有的每个descriptor矩阵,您可以简单地
descriptor
std::cout << descriptor << std::endl;
将描述符打印到控制台。