Skip to content

masu-mi/face_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-detector

サンプルコード: making face detection Web API using Goji(golang light weight web application frame work).

Cascade Classifier for Object Detection用の学習データファイル(haarcascade_frontalface_default.xml)が必要。

以下の様な内容から始まるhaarcascade_frontalface_default.xml を探してくる。 公式github から curl したxml だとver.の都合で動かなかった(自分のOpenCVはv2.11.1)上、どこで見つけてきたか忘れたうえ、 OpenCVは真面目に調べていない。

<opencv_storage>
<haarcascade_frontalface_default type_id="opencv-haar-classifier">
  <size>24 24</size>
  <stages>

reference(I studied following sites.)

About

PRACTICE: making face detection Web API using Goji(golang light weight web application frame work)

Resources

Stars

Watchers

Forks

Packages

No packages published