顔、目、口、鼻 の検出について
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
最近MATLABを使い始め、カメラを使って顔のパーツを検出してみようと思い以下のファイルを見つけたのですが、 どうやらこのファイルは、32bitの環境下で作られており、64bit環境では使えないみたいです。 どのようにしたら64bit環境でも動かせるようにできるでしょうか? 良かったら詳しく教えてください。 http://jp.mathworks.com/matlabcentral/fileexchange/19912-open-cv-viola-jones-face-detection-in-matlab
0 Commenti
Risposta accettata
michio
il 17 Dic 2016
http://jp.mathworks.com/matlabcentral/fileexchange/19912-open-cv-viola-jones-face-detection-in-matlab のコメント欄に記載がありましたが、下記のページが参考になりそうです。もう既に試されましたか?
2 Commenti
michio
il 18 Dic 2016
よかったです!ご連絡ありがとうございました。 Takujiさんも触れていますが、Computer Vision System Toolbox でも手軽に検出が行なえますので、チェックしてみてください。
Più risposte (1)
Takuji Fukumoto
il 18 Dic 2016
Computer Vision System Toolboxのライセンス持っていれば、
vision.CascadeObjectDetector
で顔、目、口、鼻は学習済みのモデルが用意されているのでそのまま検出できます。
動画の中での検出ではトラッキングも便利です。下のリンクに3種類の顔検出のサンプルがあるので参考にされてはいかがでしょうか。
0 Commenti
Vedere anche
Categorie
Scopri di più su Computer Vision Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!