顔、目、口、鼻 の検出について
Show older comments
最近MATLABを使い始め、カメラを使って顔のパーツを検出してみようと思い以下のファイルを見つけたのですが、 どうやらこのファイルは、32bitの環境下で作られており、64bit環境では使えないみたいです。 どのようにしたら64bit環境でも動かせるようにできるでしょうか? 良かったら詳しく教えてください。 http://jp.mathworks.com/matlabcentral/fileexchange/19912-open-cv-viola-jones-face-detection-in-matlab
Accepted Answer
More Answers (1)
Takuji Fukumoto
on 18 Dec 2016
3 votes
Computer Vision System Toolboxのライセンス持っていれば、
vision.CascadeObjectDetector
で顔、目、口、鼻は学習済みのモデルが用意されているのでそのまま検出できます。
動画の中での検出ではトラッキングも便利です。下のリンクに3種類の顔検出のサンプルがあるので参考にされてはいかがでしょうか。
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!