• 大小: 1.15KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: Matlab
  • 标签: matlab  

资源简介


log gabor 滤波器matlab程序 log gabor 滤波器matlab程序

资源截图

代码片段和文件信息

% gaborconvolve - function for convolving each row of an image with 1D
% log-Gabor filters(利用一维盖伯滤波器对图像进行处理)
% Usage: 
% [template mask] = createiristemplate(eyeimage_filename)
% Arguments:
%   im              - the image to convolve
%   nscale          - number of filters to use
%   minWaveLength   - wavelength of the basis filter
%   mult            - multiplicative factor between each filter
%   sigmaOnf        - Ratio of the standard deviation of the Gaussian describing
%                     the log Gabor filter‘s transfer function in the frequency
%                     domain to the filter center frequency.
% Output:
%   E0              - a 1D cell array of complex valued comvolution results

function [EO filtersum] = gaborconvolve(im nscale minWaveLength mult ...
    sigmaOnf)
[rows cols] = size(im);
%filtersum = zeros(1size(im2));
EO = cell(1 nscale);          % Pre-allocate cell array
ndata = cols;
if mod(ndata2) == 1             % If there is an odd No of data poin

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    I.A....      2299  2018-02-26 10:23  gaborconvolve.m

----------- ---------  ---------- -----  ----

                 2299                    1


评论

共有 条评论