资源简介

ASM和AAM功能的合集,是一个外国人开发的工具箱,需要addpath,已试过可用,

资源截图

代码片段和文件信息

% 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_2D_example.m‘; functiondir=which(functionname);
functiondir=functiondir(1:end-length(functionname));
addpath([functiondir ‘AAM Functions‘])
addpath([functiondir ‘Functions‘])
addpath([functiondir ‘PieceWiseLinearWarp_version2‘])
addpath([functiond

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

     文件       1201  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_align_data2D.m

     文件       2108  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_align_data3D.m

     文件        534  2011-12-28 12:35  ASM_AAM\AAM Functions\AAM_align_data_inverse2D.m

     文件        811  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_align_data_inverse3D.m

     文件       1507  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_Appearance2Vector2D.m

     文件       1740  2011-10-17 16:03  ASM_AAM\AAM Functions\AAM_Appearance2Vector3D.m

     文件       8336  2012-01-23 16:35  ASM_AAM\AAM Functions\AAM_ApplyModel2D.m

     文件      12950  2012-01-23 17:18  ASM_AAM\AAM Functions\AAM_ApplyModel3D.m

     文件       1340  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_CombineShapeAppearance2D.m

     文件       1335  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_CombineShapeAppearance3D.m

     文件       1947  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_MakeAppearanceModel2D.m

     文件       3026  2012-01-23 17:19  ASM_AAM\AAM Functions\AAM_MakeAppearanceModel3D.m

     文件       6315  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_MakeSearchModel2D.m

     文件       9280  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_MakeSearchModel3D.m

     文件       2322  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_MakeShapeModel2D.m

     文件       2486  2012-01-03 10:30  ASM_AAM\AAM Functions\AAM_MakeShapeModel3D.m

     文件        157  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_NormalizeAppearance2D.m

     文件        251  2012-01-04 22:01  ASM_AAM\AAM Functions\AAM_NormalizeAppearance3D.m

     文件        620  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_Vector2Appearance2D.m

     文件        630  2011-10-18 09:23  ASM_AAM\AAM Functions\AAM_Vector2Appearance3D.m

     文件       2407  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_Weights2D.m

     文件       2680  2011-12-28 12:34  ASM_AAM\AAM Functions\AAM_Weights3D.m

     文件       8812  2012-01-23 15:52  ASM_AAM\AAM_2D_example.m

     文件        795  2012-01-23 22:25  ASM_AAM\AAM_3D_apply_example.m

     文件       7003  2012-01-23 17:32  ASM_AAM\AAM_3D_train_example.m

     文件        898  2011-12-28 12:35  ASM_AAM\ASM Functions\ASM_align_data2D.m

     文件       1330  2011-12-29 15:08  ASM_AAM\ASM Functions\ASM_align_data3D.m

     文件        327  2011-12-28 12:35  ASM_AAM\ASM Functions\ASM_align_data_inverse2D.m

     文件        390  2011-12-28 12:35  ASM_AAM\ASM Functions\ASM_align_data_inverse3D.m

     文件       5010  2011-12-28 12:35  ASM_AAM\ASM Functions\ASM_ApplyModel2D.m

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

评论

共有 条评论