资源简介

完整的可运行AAM模型的matlab代码,附有测试图像,matlab 2009测试通过

资源截图

代码片段和文件信息

% This script shows an example of a working basic Active Appearance Model (AAM)
% with a few hand pictures.
%
% Literature used:
% - T.F. Cootes G.J Edwards and CJ. Taylor “Active Appearance Models“ 
%   Proc. European Conference on Computer Vision 1998
% - T.F. Cootes G.J Edwards and CJ. Taylor “Active Appearance Models“ 
%   IEEE Transactions on Pattern Analysis and Machine Intelligence 2001
%
% Functions are written by D.Kroon University of Twente (March 2010)

%Add functions path to matlab search path
functionname=‘AAM_example.m‘; functiondir=which(functionname);
functiondir=functiondir(1:end-length(functionname));
addpath([functiondir ‘/AAM Functions‘])
addpath([functiondir ‘/Functions‘])

%% Set options
% Number of contour points interpolated between the ma

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        984  2010-03-17 14:49  AAM Functions\AAM_align_data.m

     文件        404  2010-03-17 14:49  AAM Functions\AAM_align_data_inverse.m

     文件       1216  2010-03-19 14:25  AAM Functions\AAM_Appearance2Vector.m

     文件       7841  2010-03-19 14:47  AAM Functions\AAM_ApplyModel.m

     文件       1331  2010-03-17 14:57  AAM Functions\AAM_CombineShapeAppearance.m

     文件       1908  2010-03-19 14:24  AAM Functions\AAM_MakeAppearanceModel.m

     文件       6181  2010-03-17 15:34  AAM Functions\AAM_MakeSearchModel.m

     文件       1285  2010-03-17 14:47  AAM Functions\AAM_MakeShapeModel.m

     文件        155  2010-03-17 14:49  AAM Functions\AAM_NormalizeAppearance.m

     文件        618  2010-03-19 14:34  AAM Functions\AAM_Vector2Appearance.m

     文件       2350  2010-03-17 14:59  AAM Functions\AAM_Weights.m

     文件      23898  2010-02-11 20:48  Fotos\test001.jpg

     文件      21022  2010-02-10 16:38  Fotos\train001.jpg

     文件     792862  2010-02-12 17:03  Fotos\train001.mat

     文件      32785  2010-02-10 16:38  Fotos\train002.jpg

     文件    1240485  2010-02-12 17:01  Fotos\train002.mat

     文件      25816  2010-02-10 16:38  Fotos\train003.jpg

     文件     935188  2010-02-12 17:03  Fotos\train003.mat

     文件      31684  2010-02-10 16:38  Fotos\train004.jpg

     文件    1277713  2010-02-12 17:03  Fotos\train004.mat

     文件      32044  2010-02-10 16:38  Fotos\train005.jpg

     文件    1284249  2010-02-12 17:03  Fotos\train005.mat

     文件      22160  2010-02-10 16:38  Fotos\train006.jpg

     文件     815440  2010-02-12 17:03  Fotos\train006.mat

     文件      21454  2010-02-10 16:38  Fotos\train007.jpg

     文件     787937  2010-02-12 17:03  Fotos\train007.mat

     文件      24265  2010-02-10 16:38  Fotos\train008.jpg

     文件     889927  2010-02-12 17:03  Fotos\train008.mat

     文件      22379  2010-02-10 16:38  Fotos\train009.jpg

     文件     965003  2010-02-12 17:03  Fotos\train009.mat

............此处省略18个文件信息

评论

共有 条评论