Description: Garbor filter is famous for its approximation to the characteristic of Cortex in
human vision system. The state-of-the-arts advancement in computer vision application
demonstrates the success and promissing of this technique.
This directory contains the codes for Gabor filtering and texture feature extraction.
The strategy of constructing the Gabor filter bank is based on the accompanied paper
included in the subdirectory. Platform: |
Size: 966243 |
Author:杨愚根 |
Hits:
Description: Garbor filter is famous for its approximation to the characteristic of Cortex in
human vision system. The state-of-the-arts advancement in computer vision application
demonstrates the success and promissing of this technique.
This directory contains the codes for Gabor filtering and texture feature extraction.
The strategy of constructing the Gabor filter bank is based on the accompanied paper
included in the subdirectory.-Garbor filter is famous for its approximation to the characteristic of Cortex in human vision system. The state-of-the-arts advancement in computer vision applicationdemonstrates the success and promissing of this technique.This directory contains the codes for Gabor filtering and texture feature extraction . The strategy of constructing the Gabor filter bank is based on the accompanied paperincluded in the subdirectory. Platform: |
Size: 966656 |
Author:杨愚根 |
Hits:
Description: Gabor滤波算子,主要用于特征提取,用于模式识别中的分割预处理。-Gabor filter operator, mainly used for feature extraction for pattern recognition of the partition pretreatment. Platform: |
Size: 3072 |
Author:wang |
Hits:
Description: 提出一种基于多纹理特征融合的新颖虹膜识别方法。该方法对虹膜图像做Gabor 小波变换
提取不同分辨力不同方向下的纹理特征作为虹膜的全局特征,在滤波后的子窗口图像上运用灰度
级共现矩阵(COM)提取虹膜的局部特征。通过加权欧几里德距离和最小距离分别对全局特征和局部
特征进行分类识别。-A texture feature fusion based on multi-novel iris recognition method. The method of iris image make Gabor wavelet transform extracted under different resolution in different directions as the texture feature of the overall characteristics of the iris, in the post-filter sub-window image using gray level co-occurrence matrix (COM) of the local feature extraction of the iris. Through the weighted Euclidean distance and minimum distance, respectively, on the global features and local features for classification. Platform: |
Size: 770048 |
Author:闫慧 |
Hits:
Description: Gabor小波变换代码用于局部特征提取使用,又相当好的效果-Gabor wavelet transform feature extraction code for local use, but also very good results Platform: |
Size: 1024 |
Author:yang |
Hits:
Description: Gabor 滤波器工具箱,包括各种Gabor滤波器的函数,可用于图像滤波处理,特征提取,如人脸,掌纹,指纹识别等。-Gabor filter toolbox, including Gabor filter function, can be used for image filtering processing, feature extraction, such as human faces, palm prints, such as fingerprint recognition. Platform: |
Size: 296960 |
Author:陈浩 |
Hits:
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进行特征提取是很有用的,这篇文章就会告诉你怎样设置gabor滤波器的参数,对于做特征提取的人们很有帮助-Using gabor feature extraction is useful, this article will tell you how to set the gabor filter parameters, feature extraction for people to do useful Platform: |
Size: 1768448 |
Author:李若彤 |
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: gabor滤波常用作特征提取,本方法用matlab实现了一个gobor滤波器。-The gabor filter commonly used for feature extraction, the method using matlab to achieve a gobor filter. Platform: |
Size: 1024 |
Author:周亚 |
Hits:
Description: this paper has used gabor filter for feature extraction and for feature reduction PCA+LDA has been used. for classification minimum distance classifier is used. PCA+LDA shows better performance than PCA or LDA alone Platform: |
Size: 307200 |
Author:nanhi |
Hits:
Description: 2d/3d gabor filter for feature extraction process of the Iris Recognition. It uses both the direction and scales as data fusion technique Platform: |
Size: 3072 |
Author:DarkHorse |
Hits:
Description: gabor 滤波工具包,适用于matlab,可用于图像的特征提取-gabor filter kit for matlab, can be used for image feature extraction Platform: |
Size: 296960 |
Author:金琳 |
Hits:
Description: this zip file contains matlab implementation for generating gabor filter banks and applying on image directory and then followed by applying local directional pattern for feature extraction and histogram for each image is calculated Platform: |
Size: 2048 |
Author:NIVI |
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: