资源简介
在国外的好论坛下的,gabor小波变换程序,已测,放心使用,非常好的程序。还有一个gabor的也在我的上载中
代码片段和文件信息
% program by Deepak Kumar Rout
% vssut Burla
clc;
clear all;
close all;
I=imread(‘katrina.jpg‘);
I=rgb2gray(I);
I=imresize(I[64 64]‘bilinear‘);
[N N]=size(I)
imshow(I)
I=im2double(I);
sigma=input(‘Enter the value of sigma ‘);
psi=input(‘Enter the value of psi ‘);
gamma=input(‘Enter the value of gamma ‘);
n1=input(‘Enter the number of lambda you want to take ‘);
lambda=input(‘Enter the different values of lambda ‘);
n2=input(‘Enter the number of theta you want to take ‘);
theta=input(‘Enter the different values of theta‘);
for i=1:n1
l=lambda(i);
figure
for j=1:n2
t=theta(j);
g1=gabor_fn(sigmatlpsigamma);
display(‘value of lambda‘);display(l);
display(‘value of theta ‘);display(t);
di
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 975 2010-09-17 15:25 新建文件夹 (2)\gabor_program.m
文件 4588 2009-10-23 22:11 新建文件夹 (2)\katrina.jpg
目录 0 2010-12-03 09:24 新建文件夹 (2)
----------- --------- ---------- ----- ----
5563 3
相关资源
- Gabor Gabor小波变换的matlab实现
- gabijiao 该程序通过实例(函数)
- Gaborpca Gabor小波变换与PCA的人脸识别代
- Gabor Gabor滤波器
- gabor-pca 本程序是先用gabor小波变换对
- GaborTexture Gabor滤波器方法提取纹理特
- FinalProject_rc2748
- gender-recognition
- renlianshibie Gabor小波人脸识别
- LGBP-feature 提取Gabor特征
- CEEMD_eemd 此文件包含了法国人Gabriel
- gabor gabor二维滤波器
- GaborFilter 利用Gabor滤波器提取图像纹理
- Gabor_face 自己编写的Gabor 2DPCA人脸识别
- Gabor-Matlab MATLAB实现gabor滤波器
- gabor提取纹理特征
- gabor特征提取程序 matlab实现 附有图像
- Matlab遗传算法优化BP网络-GAbp.zip
- matlab基于Gabor小波变换和人工神经网络
- LOG-Gabor滤波器MATLAB代码,自己整理的
- Gabor滤波matlab代码
- matlab编写的基于Gabor 2DPCA 人脸识别程
评论
共有 条评论