顔、目、口、鼻 の検出について
Mostrar comentarios más antiguos
最近MATLABを使い始め、カメラを使って顔のパーツを検出してみようと思い以下のファイルを見つけたのですが、 どうやらこのファイルは、32bitの環境下で作られており、64bit環境では使えないみたいです。 どのようにしたら64bit環境でも動かせるようにできるでしょうか? 良かったら詳しく教えてください。 http://jp.mathworks.com/matlabcentral/fileexchange/19912-open-cv-viola-jones-face-detection-in-matlab
Respuesta aceptada
Más respuestas (1)
Takuji Fukumoto
el 18 de Dic. de 2016
3 votos
Computer Vision System Toolboxのライセンス持っていれば、
vision.CascadeObjectDetector
で顔、目、口、鼻は学習済みのモデルが用意されているのでそのまま検出できます。
動画の中での検出ではトラッキングも便利です。下のリンクに3種類の顔検出のサンプルがあるので参考にされてはいかがでしょうか。
Categorías
Más información sobre Computer Vision Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!