資源簡(jiǎn)介
matlab實(shí)現(xiàn)的對(duì)圖像進(jìn)行Gabor濾波的代碼,有測(cè)試圖,可運(yùn)行
代碼片段和文件信息
function?gabor_k?=?compute(xyf0theta)
r?=?1;?g?=?1;
x1?=?x*cos(theta)?+?y*sin(theta);
y1?=?-x*sin(theta)?+?y*cos(theta);
gabor_k?=?f0^2/(pi*r*g)*exp(-(f0^2*x1^2/r^2+f0^2*y1^2/g^2))*exp(i*2*pi*f0*x1);?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????213??2008-04-03?16:29??compute.m
?????文件????????494??2007-10-27?14:57??Gabor1.m
?????文件????????497??2007-11-26?14:50??Gabor2.m
?????文件????????707??2007-11-26?14:52??gabor.m
?????文件????????218??2007-06-05?03:14??www.pudn.com.txt
-----------?---------??----------?-----??----
?????????????????2129????????????????????5
評(píng)論
共有 條評(píng)論