MATLABのComputer Vision Toolboxには、QRコード用の事前トレーニング済みの物体検出器はありますか?
3 views (last 30 days)
Show older comments
MATLABのComputer Vision Toolboxには、QRコード用の事前トレーニング済みの物体検出器はありますか?
ある場合、教えていただきたいです。
0 Comments
Accepted Answer
Atsushi Ueno
on 23 Dec 2023
3 Comments
Atsushi Ueno
on 29 Dec 2023
>「QRコード用の事前トレーニング済みの物体検出器があるかどうか」
質問に対する回答はNOになってしまいます。
- 画像に写ったQRコードをデコードして数値や文字を取得する ( readBarcode 関数)
- 画像のどこにQRコードが写っているか探す(事前トレーニング済みの物体検出器)
後者を必要としているのだと思いますが、この様な「機械的な映像」の認識には「事前トレーニング済みの物体検出器」よりも適した従来技術があります。例えばバーコードなら「直線検出器」、QRコードなら「コーナー検出器」です。Computer Vision Toolbox に特徴検出アルゴリズムがたくさんあるので、試してみるのはどうでしょうか?
More Answers (0)
See Also
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!