サイトアイコン NegativeMindException

OpenCVの顔検出過程を可視化した動画

OpenCVの顔検出器の検出過程を可視化した動画。



ここで使われているアルゴリズムはViola-Jones法。この手法による顔検出のポイントは、以下の2つのステップ。

弱い識別器を連結したCascade型の識別器でザルのように順に画像を選別していく。
弱い識別器の集合で強い識別器を作る方法は、集団学習とかアンサンブル学習とか呼ばれる。



この動画では、赤い枠で走査して、枠内のピクセルをCascadeに通過させて識別している様子が可視化されている。
もともとこの動画は、一般的な顔認識で検知されないようにするためのメイク & ヘアスタイル『CV Dazzle』の解説の一部らしい。


スポンサーリンク

This video visualizes the detection process of OpenCV’s face detector.
The algorithm uses the Viola Jones method of calculating the integral image and then performing some calculations on all the areas defined by the black and white rectangles to analyze the differences between the dark and light regions of a face.
The sub-window (in red) is scanned across the image at various scales to detect if there is a potential face within the window. If not, it continues scanning.
If it passes all stages in the cascade file, it is marked with a red rectangle. But this does not yet confirm a face. In the post-processing stage all the potential faces are checked for overlaps.
Typically, 2 or 3 overlapping rectangles are required to confirm a face. Loner rectangles are rejected as false-positives.
This visualization was done as part of the documentation for CV Dazzle, camouflage from face detection.
For more information, visit cvdazzle.com

http://japanese.engadget.com/2011/03/17/cv-dazzle/

参考:コンピュータビジョンのセカイ – 今そこにあるミライ
http://news.mynavi.jp/series/computer_vision/010/
http://news.mynavi.jp/series/computer_vision/011/

2014/08/20追記:

【動画】Adaboostによる顔検出アルゴリズムの様子がよくわかるCUDAのデモ


スポンサーリンク

関連記事

  • Adobe MAX 2015
  • 組み込み向けのWindows OS 『Windows Embedded』
  • OpenMVS:Multi-View Stereoによる3次元復元ライブラリ
  • Unityの薄い本
  • cvui:OpenCVのための軽量GUIライブラリ
  • OpenCVでiPhone6sのカメラをキャリブレーションする
  • RSSフィードを読込んで表示するWordpressプラグイン『RSSImport』
  • Polyscope:3Dデータ操作用GUIライブラリ
  • 書籍『ROSプログラミング』
  • ZBrushのZScript入門
  • 書籍『イラストで学ぶ ディープラーニング』
  • OpenVDB:3Dボリュームデータ処理ライブラリ
  • サンプルコードにも間違いはある?
  • Kinect for Windows v2の日本価格決定
  • UnityのMonoBehaviourクラスをシングルトン化する
  • ポイントクラウドコンソーシアム
  • ブラウザ操作自動化ツール『Selenium』を試す
  • ZScript
  • VCG Library:C++のポリゴン操作ライブラリ
  • CycleGAN:ドメイン関係を学習した画像変換
  • オープンソースのIT資産・ライセンス管理システム『Snipe-IT』
  • Pythonのソースコードに特化した検索エンジン『Nullege』
  • Unityの各コンポーネント間でのやり取り
  • HD画質の無駄遣い
  • C++の抽象クラス
  • YOLO (You Only Look Once):ディープラーニングによる一般物体検出手法
  • U-Net:ディープラーニングによるSemantic Segmentation手法
  • MB-Lab:Blenderの人体モデリングアドオン
  • PythonでMayaのShapeノードプラグインを作る
  • 池袋パルコで3Dのバーチャルフィッティング『ウェアラブル クロージング バイ アーバンリサーチ』
  • OpenCVで顔のモーフィングを実装する
  • viser:Pythonで使える3D可視化ライブラリ
  • データサイエンティストって何だ?
  • libigl:軽量なジオメトリ処理ライブラリ
  • Adobeの手振れ補正機能『ワープスタビライザー』の秘密
  • Google App Engineのデプロイ失敗
  • Dlib:C++の機械学習ライブラリ
  • WordPressのテーマを自作する
  • Mean Stack開発の最初の一歩
  • OpenCV
  • オープンソースのロボットアプリケーションフレームワーク『ROS (Robot Operating S...
  • SSD (Single Shot Multibox Detector):ディープラーニングによる一般...
  • モバイルバージョンを終了