MATLABのComputer Vision Toolboxには、QRコード用の事前トレーニング済みの物体検出器はありますか?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
輝
el 20 de Dic. de 2023
Comentada: Atsushi Ueno
el 29 de Dic. de 2023
MATLABのComputer Vision Toolboxには、QRコード用の事前トレーニング済みの物体検出器はありますか?
ある場合、教えていただきたいです。
0 comentarios
Respuesta aceptada
Atsushi Ueno
el 23 de Dic. de 2023
3 comentarios
Atsushi Ueno
el 29 de Dic. de 2023
>「QRコード用の事前トレーニング済みの物体検出器があるかどうか」
質問に対する回答はNOになってしまいます。
- 画像に写ったQRコードをデコードして数値や文字を取得する ( readBarcode 関数)
- 画像のどこにQRコードが写っているか探す(事前トレーニング済みの物体検出器)
後者を必要としているのだと思いますが、この様な「機械的な映像」の認識には「事前トレーニング済みの物体検出器」よりも適した従来技術があります。例えばバーコードなら「直線検出器」、QRコードなら「コーナー検出器」です。Computer Vision Toolbox に特徴検出アルゴリズムがたくさんあるので、試してみるのはどうでしょうか?
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!