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.
画像から高速キーポイントを抽出するために openCV FastFeatureDetector を使用しています。 ただし、FastFeatureDetector 検出の数は定数ではありません。 FastFeatureDetector が取得する最大キーポイント数を設定したい。 openCV FastFeatureDetector の使用時に取得する FAST キー ポイント数を指定できます か?
もう 1 つの解決策は、低いしきい値でできるだけ多くのキーポイントを検出し、この論文で説明されている適応非最大抑制 (ANMS) を適用することです。必要なポイント数を指定できます。さらに、無料で、ポイントを画像に均一に分散させることができます。コードはここにあります。