aam

所属分类:其他
开发工具:Visual C++
文件大小:2891KB
下载次数:202
上传日期:2009-08-20 09:42:48
上 传 者bbblueskyyy
说明:  它是一个aam 很好的学习资料 编程平台是vc
(study aam ,good study information)

文件列表:
src (0, 2009-02-09)
src\AAM_Basic.cpp (12380, 2009-02-07)
src\AAM_Basic.h (2871, 2009-02-07)
src\AAM_CAM.cpp (13635, 2009-01-25)
src\AAM_CAM.h (3460, 2009-01-25)
src\AAM_IC.cpp (16995, 2009-02-07)
src\AAM_IC.h (3901, 2009-01-25)
src\AAM_MovieAVI.cpp (1327, 2009-01-25)
src\AAM_MovieAVI.h (983, 2009-01-25)
src\AAM_PAW.cpp (16167, 2009-02-09)
src\AAM_PAW.h (4129, 2009-01-25)
src\AAM_PDM.cpp (8314, 2009-01-25)
src\AAM_PDM.h (2404, 2009-01-25)
src\AAM_Shape.cpp (13784, 2009-01-25)
src\AAM_Shape.h (3192, 2009-01-25)
src\AAM_TDM.cpp (10056, 2009-01-25)
src\AAM_TDM.h (2466, 2009-01-25)
src\AAM_Util.cpp (12845, 2009-02-09)
src\AAM_Util.h (3509, 2009-02-07)
src\VJfacedetect.cpp (2130, 2009-02-07)
src\VJfacedetect.h (980, 2009-02-07)
HISTORY.txt (350, 2009-02-07)
example (0, 2009-02-09)
example\build.exe (286720, 2009-02-09)
example\cv100.dll (639030, 2008-03-19)
example\cxcore100.dll (880698, 2008-03-19)
example\fit.exe (278528, 2009-02-09)
example\haarcascade_frontalface_alt2.xml (837462, 2008-01-16)
example\highgui100.dll (606267, 2008-03-19)
example\run-build.bat (79, 2009-02-09)
example\run-fit.bat (60, 2009-02-07)
example\test.jpg (27477, 2008-05-12)
exe (0, 2009-02-09)
exe\fit.cpp (2034, 2009-02-09)
exe\train.cpp (1558, 2009-02-07)
image (0, 2009-02-07)
image\0.jpg (111889, 2004-05-12)
image\0.jpg.pts (745, 2008-04-27)
image\10.jpg (13200, 2008-04-27)
... ...

/**************************************************************************** * AAMLibrary * * Copyright (c) 2008 by Yao Wei, all rights reserved. * * Contact: njustyw@gmail.com * * * ****************************************************************************/ =================== System Requirements =================== AAMLibrary is written to be platform independent. It has been tested on Windows XP. AAMLibrary makes use of the OpenCV library version 1.0 that can be downloaded from: http://sourceforge.net/projects/opencv 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. ================ A Quick Tutorial ================ To get familiared quickly with the library, execute the following steps: 1. Train the Cootes's basic active appearance models using 3 parymid levels: > build -t 0 -p 3 ../image jpg pts haarcascade_frontalface_alt2.xml model1 2. Train the Matthews and S. Baker's Inverse Compositional models using 2 parymid levels: > build -t 1 -p 2 ../image jpg pts haarcascade_frontalface_alt2.xml model2 3. Test fitting/Alignment: > fit my.amf haarcascade_frontalface_alt2.xml test.jpg/test.avi Notice: to make the program run faster, you are suggested to work in the release version. ==================== For more details, you can go to the directory "example" to see some demos. =================== =================== Questions? =================== For further questions or bug reporting, please email me. /**************************************************************************** * Enjoy this compact library! * ****************************************************************************/

近期下载者

相关文件


收藏者