資源簡介
用adaboost算法實現人臉識別,包括gui的設計框圖,實現人臉識別

代碼片段和文件信息
function?I=?cumImageJN(preI)?
%?takes?a?1x100?or?1x121?face?
%?interprets?it?as?a?10x10?or?11x11?face?
%?gets?a?cumsum?image?
%?returns?it?with?original?1x100?or?1x121?dimensions?
%?
numPix=?max(size(preI));
side=?numPix?^?.5?;?
preI=?reshape(preIsideside);
preI=?cumsum(cumsum(preI1)2);
I=?reshape(preI1numPix);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????92677??1995-04-06?22:55??FaceDetectorOtherversion\aerosmith-double.gif
?????文件????????330??2005-04-25?11:28??FaceDetectorOtherversion\cumImageJN.m
?????文件??????10534??2010-05-15?21:34??FaceDetectorOtherversion\FaceDetector2oldvector.m
?????文件????3399224??2006-03-21?21:19??FaceDetectorOtherversion\features.mat
?????文件??????25032??2006-04-04?14:09??FaceDetectorOtherversion\FilteringRectangles.fig
?????文件??????12897??2007-10-12?17:46??FaceDetectorOtherversion\FilteringRectangles.m
?????文件???????1994??2006-04-19?14:15??FaceDetectorOtherversion\filterRect.m
?????文件?????454544??1995-04-06?11:51??FaceDetectorOtherversion\judybats.gif
?????文件????????316??2006-04-22?16:23??FaceDetectorOtherversion\normImageF.m
?????文件????????347??2005-09-17?11:43??FaceDetectorOtherversion\padJN.m
?????文件?????184096??2006-12-31?21:28??FaceDetectorOtherversion\test1.bmp
?????文件?????109536??2007-01-01?00:36??FaceDetectorOtherversion\test3.bmp
?????目錄??????????0??2009-09-14?09:52??FaceDetectorOtherversion
-----------?---------??----------?-----??----
??????????????4291527????????????????????13
- 上一篇:VC圖像處理基本算法
- 下一篇:51智能小車避障和循跡程序
評論
共有 條評論