顔、目、口、鼻 の検出について
Afficher commentaires plus anciens
最近MATLABを使い始め、カメラを使って顔のパーツを検出してみようと思い以下のファイルを見つけたのですが、 どうやらこのファイルは、32bitの環境下で作られており、64bit環境では使えないみたいです。 どのようにしたら64bit環境でも動かせるようにできるでしょうか? 良かったら詳しく教えてください。 http://jp.mathworks.com/matlabcentral/fileexchange/19912-open-cv-viola-jones-face-detection-in-matlab
Réponse acceptée
Plus de réponses (1)
Takuji Fukumoto
le 18 Déc 2016
3 votes
Computer Vision System Toolboxのライセンス持っていれば、
vision.CascadeObjectDetector
で顔、目、口、鼻は学習済みのモデルが用意されているのでそのまま検出できます。
動画の中での検出ではトラッキングも便利です。下のリンクに3種類の顔検出のサンプルがあるので参考にされてはいかがでしょうか。
Catégories
En savoir plus sur Computer Vision Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!