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;
記述子をコンソールに出力します。