MATLABのComputer Vision Toolboxには、QRコード用の事前トレーニング済みの物体検出器はありますか?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MATLABのComputer Vision Toolboxには、QRコード用の事前トレーニング済みの物体検出器はありますか?
ある場合、教えていただきたいです。
0 commentaires
Réponse acceptée
Atsushi Ueno
le 23 Déc 2023
3 commentaires
Atsushi Ueno
le 29 Déc 2023
>「QRコード用の事前トレーニング済みの物体検出器があるかどうか」
質問に対する回答はNOになってしまいます。
- 画像に写ったQRコードをデコードして数値や文字を取得する ( readBarcode 関数)
- 画像のどこにQRコードが写っているか探す(事前トレーニング済みの物体検出器)
後者を必要としているのだと思いますが、この様な「機械的な映像」の認識には「事前トレーニング済みの物体検出器」よりも適した従来技術があります。例えばバーコードなら「直線検出器」、QRコードなら「コーナー検出器」です。Computer Vision Toolbox に特徴検出アルゴリズムがたくさんあるので、試してみるのはどうでしょうか?
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Computer Vision Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!