asmlibrary_release_4.0

所属分类:模式识别(视觉/语音等)
开发工具:C++
文件大小:5120KB
下载次数:16
上传日期:2011-10-31 16:36:33
上 传 者yourwilliam
说明:  人脸识别asm模板,提供脸部跟踪和asmlibrary,有助于人脸跟踪和识别的研究
(Face of a small program that provides a simple method of face tracking and recognition, help in learning the image content retrieval)

文件列表:
imageDB (0, 2009-11-08)
imageDB\06.jpg (13200, 2009-01-02)
imageDB\06.pts (771, 2009-01-02)
imageDB\07.jpg (13412, 2009-01-02)
imageDB\07.pts (709, 2009-01-02)
imageDB\08.jpg (13288, 2009-01-02)
imageDB\08.pts (701, 2009-01-02)
imageDB\09.jpg (12909, 2009-01-02)
imageDB\09.pts (790, 2009-01-02)
imageDB\107_0764.jpg (57226, 2009-01-03)
imageDB\107_0764.pts (1097, 2009-01-03)
imageDB\107_0766.jpg (58565, 2009-01-03)
imageDB\107_0766.pts (1098, 2009-01-03)
imageDB\107_0779.jpg (56708, 2009-01-03)
imageDB\107_0779.pts (1091, 2009-01-03)
imageDB\107_0780.jpg (56875, 2009-01-03)
imageDB\107_0780.pts (1106, 2009-01-03)
imageDB\107_0781.jpg (55751, 2009-01-03)
imageDB\107_0781.pts (1105, 2009-01-03)
imageDB\107_0782.jpg (55601, 2009-01-03)
imageDB\107_0782.pts (1099, 2009-01-03)
imageDB\107_0784.jpg (58820, 2009-01-03)
imageDB\107_0784.pts (1099, 2009-01-03)
imageDB\107_0785.jpg (56954, 2009-01-03)
imageDB\107_0785.pts (1103, 2009-01-03)
imageDB\107_0786.jpg (55947, 2009-01-03)
imageDB\107_0786.pts (1092, 2009-01-03)
imageDB\107_0787.jpg (59518, 2009-01-03)
imageDB\107_0787.pts (1098, 2009-01-03)
imageDB\19.jpg (16461, 2009-01-02)
imageDB\19.pts (825, 2009-01-02)
imageDB\20.jpg (27539, 2009-01-02)
imageDB\20.pts (781, 2009-01-02)
imageDB\21.jpg (27477, 2009-01-02)
imageDB\21.pts (964, 2009-01-02)
imageDB\30.jpg (23781, 2009-01-02)
imageDB\30.pts (932, 2009-01-02)
imageDB\34.jpg (20292, 2009-01-02)
imageDB\34.pts (1018, 2009-01-02)
imageDB\35.jpg (40537, 2009-01-02)
... ...

/**************************************************************************** * ASMLibrary * Copyright (c) 2008-2009 by Yao Wei, all rights reserved. * Author: Yao Wei * ****************************************************************************/ =================== System Requirements =================== ASMLibrary makes use of the OpenCV library version 1.0 that can be downloaded from: -- http://sourceforge.net/projects/opencv The OpenCV version must be 1.0, I am not sure the 1.1 and 2.0 will work. In order to make it work, you must modify a bug in OpenCV and rebuild it: -- cvBoundingRect() doesn't work fine. -- opencv/cv/src/cvshapedescr.cpp around line 1161 -- replace CV_32SC1 to CV_32SC2 and CV_32FC1 to CV_32FC2. =================== PROVIDED LIBS There are four libs builded on multi environment: Multithreaded DLL, Multithreaded, Debug Multithreaded DLL and Debug Multithreaded, the lib are asmlibraryMD.lib, asmlibraryMT.lib, asmlibraryDMD.lib, asmlibraryDMT.lib respectively. You can use these libraries to integrated into your project whatever Visual C++ 6, 2005 or 2008. =================== ================ A Quick Tutorial ================ To get farmiliarised quickly with the library, execute the following steps: 1. Build active shape models > build -i 0 -p 3 -l 8 -p 0.*** aam_api/images bmp asf haarcascade_frontalface_alt2.xml aamapi.amf > build -i 1 -p 4 -l 8 yourimageset jpg pts haarcascade_frontalface_alt2.xml your.amf 2. Fit on an image/video/camera: > fit.exe -m my.amf -h haarcascade_frontalface_alt2.xml -i aa.jpg > fit.exe -m my.amf -h haarcascade_frontalface_alt2.xml -v bb.avi > fit.exe -m my.amf -h haarcascade_frontalface_alt2.xml -c ==================== Notice: If you wanna locate or track facial features in real-time, make sure that you work in the release version, which is much faster than the debug mode. ==================== ==================== For more details, you can go to the directory "example" to see some demos. ===================

近期下载者

相关文件


收藏者