資源簡介
matlab原始代碼,以及算法的講解,實驗的程序。
代碼片段和文件信息
%GETMAPPING?returns?a?structure?containing?a?mapping?table?for?LBP?codes.??
%??MAPPING?=?GETMAPPING(SAMPLESMAPPINGTYPE)?returns?a?structure?containing?a?mapping?table?for??
%??LBP?codes?in?a?neighbourhood?of?SAMPLES?sampling??points.?Possible?values?for?MAPPINGTYPE?are??
%???????‘u2‘???for?uniform?LBP??
%???????‘ri‘???for?rotation-invariant?LBP??
%???????‘riu2‘?for?uniform?rotation-invariant?LBP.??
%??
%??Example:??
%???????I=imread(‘rice.tif‘);??
%???????MAPPING=getmapping(16‘riu2‘);??
%???????LBPHIST=lbp(I216MAPPING‘hist‘);??
%??Now?LBPHIST?contains?a?rotation-invariant?uniform?LBP??histogram?in?a?(162)?neighbourhood.??
%??
??
function?mapping?=?getmapping(samplesmappingtype)
%?Version?0.1.1
%?Authors:?Marko?Heikkil?and?Timo?Ahonen
%?Changelog
%?0.1.1?Changed?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1903??2014-07-17?20:40??LBP\1-1.jpg
?????文件????????7256??2015-07-25?21:16??LBP\LBP.m
?????文件?????????113??2015-07-24?20:04??LBP\Unti
?????文件????????2817??2015-07-24?12:45??LBP\getmapping.m
?????文件?????????803??2015-07-25?11:30??LBP\lbptest.m
?????文件?????????681??2015-07-25?20:50??LBP\main.m
?????文件??????921006??2015-07-24?13:42??LBP\人臉識別經典算法二:LBP方法.docx
?????目錄???????????0??2015-07-29?19:41??LBP\
評論
共有 條評論