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