資源簡介
gabor特征提取的一個MATALB源程序。里面有圖像測試。

代碼片段和文件信息
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);?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????207??2007-10-27?14:44??Gabor\compute.m
?????文件????????707??2007-11-26?14:52??Gabor\gabor.m
?????文件????????494??2007-10-27?14:57??Gabor\Gabor1.m
?????文件????????497??2007-11-26?14:50??Gabor\Gabor2.m
?????文件??????66614??2006-08-29?09:59??Gabor\pic\lena.bmp
????..A.SH.?????19456??2007-11-26?14:50??Gabor\pic\Thumbs.db
?????文件????????221??2007-11-26?14:56??Gabor\read?me.txt
?????目錄??????????0??2007-11-26?17:05??Gabor\pic
?????目錄??????????0??2007-11-26?17:05??Gabor
-----------?---------??----------?-----??----
????????????????88196????????????????????9
評論
共有 條評論