ORB 特徴点検出
cv4_orb_detect_compute kp_id, desc_id, img_id, nfeatures
nfeatures : 最大特徴点数 (省略時 500)
(プラグイン / モジュール : hspcv4)
cv::ORB::create で検出器を生成し detectAndCompute を呼びます。 キーポイント集合を kp_id、記述子 Mat を desc_id に格納します。
| プラグイン / モジュール | hspcv4 |
| バージョン | 0.1 |
| 作成日 | 2026/04/12 |
| 著作者 | HNWorks / IronHSP |
| URL | https://github.com/ |
| 備考 | hspcv4.as をインクルードすること。
OpenCV 4.12.0 を静的リンクした 32bit / 64bit DLL です。 |
| タイプ | 拡張命令 |
| グループ | hspcv4 特徴点 |
| 対応環境 |
|
| hs ファイル | hsphelp\hspcv4.hs |