facedetect

所属分类:图形图象
开发工具:Visual C++
文件大小:3792KB
下载次数:11
上传日期:2016-09-28 08:39:24
上 传 者4005282
说明:  人脸检测器,检测完生成人脸框。可以用来做特征点定位。
(Face detector, detecting the generated face frame.Can be used in the making of feature point positioning.)

文件列表:
facedetect (0, 2016-09-28)
facedetect\FacePartDetect.exe (153600, 2013-07-02)
facedetect\bbox.txt (122, 2016-09-19)
facedetect\code_face.zip (1936811, 2016-08-31)
facedetect\data (0, 2016-09-28)
facedetect\data\detector_lfp.dat (413888, 2010-01-14)
facedetect\data\svmpostfilter_lfp.dat (1618432, 2010-01-14)
facedetect\image (0, 2016-09-28)
facedetect\image\001.jpg (53934, 2012-10-19)
facedetect\image\002.jpg (51839, 2012-10-19)
facedetect\image\003.jpg (29717, 2012-10-19)
facedetect\image\004.jpg (8916, 2016-09-19)
facedetect\imagelist.txt (63, 2016-09-19)

Description Detect faces on given images. Argument char *modelPath: path of the face detector model files (provided in folder data/). char *imagelistFile: input image list file. char *boundingboxFile: output face bounding box position file. Format of the output face bounding box file: Each line starts with the image name, followed by the left, right, top, and bottom boundary positions of the face bounding boxes retured by our face detector. No face or multiple faces may be detected for each image. This file should be converted to have one and only one face bounding box for each image before using as the input file of our facial point detector. Example Run the face detector as: FacePartDetect.exe data imagelist.txt bbox.txt

近期下载者

相关文件


收藏者