91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

完整的可運行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個文件信息

評論

共有 條評論