Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Face Detection in C++
4.3
This source code use OpenCV tools package to realize face detection from pictures, and use a green frame to label the face.  The attached codes were finished using VS2008 and OpenCV2.4.6. You can input the parameters from the commend line. Argv[1] is the position of the picture. The code of eye detection is the same as face detection. You just need perform the same detection on the result of the face detection. (please note that, the parameters of eye detection need to be adjusted, especially the upper and lower range)
yimikai
2016-08-23
0
1
Generate multilevel directory, make a CSV file
no vote
Using Python 2.7 to write the code to generate multi-level directory, you can paste directly, making a CSV file. Just input the address of multiple folders as a parameter. Note: ipl1.1.7 needs to be added
yimikai
2016-08-23
1
1
Cut facial image
no vote
Cut the face image. Python2.7 code. You need to add IPL1.1.7. Functionality is aligned to face. Input parameter is the position of the left eye.
yimikai
2016-08-23
2
1
No more~