资源简介
完整的可运行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个文件信息
相关资源
- TheResearchofOff-linehandwrittenChinesecharact
- LCV “An efficientlocalChan–Vesemodelforima
- APF_model
- MNIST-handwritten-digits 手写数字识别数据
-
PEM-fuel-cell-model 采用matlab/simuli
nk实现 - shadow-model 阴影衰落建模
- Backstepping-Sliding-Mode 龙的线性化理论。
- work 基于手部轮廓的手势识别方法
- handwritten-character-recognition 基于深层网
- handwritingPrecognitionPGUI 基于BP神经网络
- battery-model-
- Simulation-model-of-micro-grid 通过软件建立
- paper-and-matlab-code 新发表论文Graph cut
- src 背景减除的完整算法
- PMSM_Slidingmode
- HandOverInLTE 在做毕业设计时编写的程序
- LBM_D2Q9MODEL LBM Lattice Boltzmann格子波尔兹
- one-dimensional-forward-modeling 地球物理一
- VMD_2D 二维变模态分解(TWO-DIMENSIONAL
- VMD 变模式分解(Variational Mode Decompo
- PMSG000 PMSG风力发电仿真模型
- MICROGRID-IN-GRID-MODE 微电网经济调度
- modelfilter5 一个针对采用三相三线制有
-
Wind_Turbine_Simuli
nk - seven-dugoff-model
- carfollowingmodel 在车联网研究之中
- Battery_li_ion_model 锂电池模型 主要对电
- vehicle-model 汽车七自由度的模型
- The-Quadrotor-model MATLAB下的四旋翼飞行器
- Power-System-Modeling-and-Simulation
评论
共有 条评论