搜索资源列表
gabor.tar
- Gabor小波实现源代码,并实现了log-polar变换附有说明和实例程序!-Gabor wavelet achieve source code, and achieve a log-polar transformation with descr iptions and examples of procedures!
scalogram
- scalogram.m Function to calculate the phase and amplitude scalograms of a 1D signal. The analysis is done using quadrature pairs of log Gabor wavelets.
gaborconvolve
- gaborconvolve - function for convolving each row of an image with 1D log-Gabor filters % % Usage: % [template, mask] = createiristemplate(eyeimage_filename) % % Arguments:
gaborconvolve
- gaborconvolve.m Code for convolving an image with a bank of log-Gabor filters. A pre-processing step for texture analysis, feature detection and classification
log-gaborconvolve.rar
- 使用log-Gabor滤波器对图像进行滤波程序。,The use of log-Gabor filter image filtering process.
Log_gabor.rar
- 很好用的Log-Gabor变换源代码,可以用于图像的特征提取,Good use of Log-Gabor transform source code, can be used for image feature extraction
log-gaborconvolve
- log-gabor滤波器的matlab程序
plotgaborfilters
- 本函数实现了在不同的参数设置下log-Gabor的图形显示-This function in the different parameters set up under the log-Gabor graphical display
phasecongruency2
- 基于log Gabor小波的相位一致图像纹理特征分析-Based on log Gabor wavelet phase consistent image texture analysis
log-gabor
- log gabor滤波程序,很实用,希望对大家有所帮助!-log gabor filtering process, it is useful, I hope all of you to help!
log-gabor
- log-gabor用于年龄变化的人脸重构,效果很好-log-gabor
iris_feature_extraction
- iris feature extraction with log gabor
matlab-work
- f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift(F) figure,imshow(log(abs(F2)),[-1 5], notruesize ) -f=zeros(30,30) f(5:24,13:17)=1 imshow(f, notruesize ) F=fft2(f,256,256) F2=fftshift
phasecongruency-byMySelf
- log Gabor小波图像纹理特征分析我小改過-log Gabor wavelet texture features of image I have little turn over
FinalProject_rc2748
- This my course final project for biometrics. It implements a robust face recognition system. Techniques used include Log-Gabor filter , Kernel Discriminant Analysis(KDA) and Sparse Representation . Test data included(ORL database of faces).-This is m
01613044
- this paper gives comparison study of two feature extractor i.e gabor filter and log gabor filter. algorithms are applied to AR database and JAFFE database. the result found was that log gabor filter shows little better performance than gabor filter.
fer
- this paper has used two algorithms i.e local binary pattern and Log gabor filter for facial expression recognition.SVM and MDC are used as a classifier.Log gabor filter showed better performance than Local binary patter
PhaseCongruency
- log gabor filter 波形显示demo 程序-log gabor filter demo
iris_paper2
- Combined Haar-Hilbert and Log-Gabor Based Iris Encoders
gaborconvolve
- function for convolving each row of an image with 1D log-Gabor filters