Description: 采用matlab,实现了gabor滤波的核心功能-gabor filter is very famous and really useful for texture feature extraction and image retrivel. attached code is wrriten well using matlab. More detail can be referenced in the paper <texture features for browsing and retrieval of image data> Platform: |
Size: 1209344 |
Author:rocky |
Hits:
Description: Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。
代码使用如下:
function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta)
from gaborfilter1 with different f(Frequency) and theta(Angle).
for example
f:0,2,4,8,16,32
theta = 0,pi/3,pi/6,pi/2,3pi/4
then for any input image like(eg. stereo.jpg)
you have 6x5 = 30 filtered images.
You can choose your desired angles or frequencies.
You can put nominaly Sx & Sy = 2,4 or some one else.
For instance I tested above example on ( cameraman.tif )(in MATLAB pictures)
I = imread( cameraman.tif )
[G,gabout] = gaborfilter1(I,2,4,16,pi/3)
figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout)) Platform: |
Size: 1024 |
Author:郑碧波 |
Hits:
Description: 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required. Platform: |
Size: 163840 |
Author:xiang |
Hits:
Description: i want source code for gabor filter to remove noise in preprocessing step of fingerprint in matlab Platform: |
Size: 1024 |
Author:rams |
Hits:
Description: PIVlab - 时间分辨粒子图像测速(PIV)工具:
一种基于GUI的工具,用于预处理,分析,验证,后处理,可视化和模拟PIV数据。
使用MATLAB网络研讨会进行人脸识别代码:
使用MATLAB在线讲座的人脸识别中的主要演示文件。
Gabor特征提取:
该程序生成一个自定义Gabor滤波器组; 并使用它们提取图像特征。
主成分分析:
用于特征提取;
链码:
基于MATLAB的freeman的曲面轮廓描述(PIVlab - time resolved particle image velocimetry (PIV) tool:
A GUI based tool for preprocessing, analysis, validation, post processing, visualization, and Simulation of PIV data.
Using MATLAB webinar for face recognition code:
The main demo file is used in MATLAB online lectures for face recognition.
Gabor feature extraction:
The program generates a custom Gabor filter bank and uses them to extract image features.
Principal component analysis:
For feature extraction;
Chain code:
Surface contour description of Freeman based on MATLAB) Platform: |
Size: 8155136 |
Author:long1219
|
Hits: