资源简介

在国外的好论坛下的,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


评论

共有 条评论