CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gabor filter for feature extraction
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gabor filter for feature extraction - List
[
Special Effects
]
Feature Extraction and Gabor Filtering_C+Matlab.ra
DL : 0
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.
Update
: 2008-10-13
Size
: 943.6kb
Publisher
:
杨愚根
[
matlab
]
matlab_sourcecode_for_Axes
DL : 0
FPEXTRACTDEMO 指纹特征提取演示程序 一个完整的指纹特征提取程序。包括常用的所有算法... 选项: - Centralize: 二值化图像,计算中心点 - Crop: 图像修剪 - Sectorize: 可视化扇形 - Normalize: 归一化输入图像 - Gabor filters: 可视化Gabor滤波器 - Convolute: 计算输入图像和Gabor滤波器的convolution - Features: 特征可视化 - FingerCode: 在数据库中加入该指纹 - Check: 指纹匹配-Fingerprint Feature Extraction FPEXTRACTDEMO demo program a complete fingerprint feature extraction procedures. Including all the algorithms commonly used options ...:- Centralize: binary image, Center Point- Crop: image pruning- Sectorize: Visualization fan- Normalize: normalized input image- Gabor filters: Visualization Gabor Filter- Convolute: Calculation of the input image and Gabor filter convolution- Features: Characteristics of visualization- FingerCode: in the database to join the fingerprint- Check: Fingerprint matching
Update
: 2025-02-19
Size
: 359kb
Publisher
:
郭长振
[
Special Effects
]
Feature Extraction and Gabor Filtering_C+Matlab.ra
DL : 0
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.
Update
: 2025-02-19
Size
: 944kb
Publisher
:
杨愚根
[
Special Effects
]
gaborfilter
DL : 0
Gabor滤波算子,主要用于特征提取,用于模式识别中的分割预处理。-Gabor filter operator, mainly used for feature extraction for pattern recognition of the partition pretreatment.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
wang
[
Wavelet
]
iris1
DL : 0
提出一种基于多纹理特征融合的新颖虹膜识别方法。该方法对虹膜图像做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.
Update
: 2025-02-19
Size
: 752kb
Publisher
:
闫慧
[
Wavelet
]
gaborfilter
DL : 0
Gabor小波变换代码用于局部特征提取使用,又相当好的效果-Gabor wavelet transform feature extraction code for local use, but also very good results
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yang
[
Windows Develop
]
Gabor_toolbox
DL : 1
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.
Update
: 2025-02-19
Size
: 290kb
Publisher
:
陈浩
[
Graph Recognize
]
210131182200792892847635182
DL : 0
Optimized Gabor Filter Based Feature Extraction For Character Recognition
Update
: 2025-02-19
Size
: 324kb
Publisher
:
GCycle
[
matlab
]
Gabor_Filtering
DL : 0
采用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>
Update
: 2025-02-19
Size
: 1.15mb
Publisher
:
rocky
[
Other
]
TextureSegmentationUsing2-DGaboElementaryFunctions
DL : 0
利用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
Update
: 2025-02-19
Size
: 1.69mb
Publisher
:
李若彤
[
Special Effects
]
gaborfilter.tar
DL : 0
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))
Update
: 2025-02-19
Size
: 1kb
Publisher
:
郑碧波
[
matlab
]
gaborsvm1
DL : 0
先用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.
Update
: 2025-02-19
Size
: 160kb
Publisher
:
xiang
[
Special Effects
]
Gabor_Filter
DL : 0
gabor滤波常用作特征提取,本方法用matlab实现了一个gobor滤波器。-The gabor filter commonly used for feature extraction, the method using matlab to achieve a gobor filter.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
周亚
[
matlab
]
gabor
DL : 0
基于Gabor滤波的纹理特征提取程序,用于图像分割-Texture feature extraction based on Gabor filter program, used for image segmentation
Update
: 2025-02-19
Size
: 8.26mb
Publisher
:
chris_lee
[
matlab
]
1111_10
DL : 0
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
Update
: 2025-02-19
Size
: 300kb
Publisher
:
nanhi
[
matlab
]
2DDgaborfilter
DL : 0
2d/3d gabor filter for feature extraction process of the Iris Recognition. It uses both the direction and scales as data fusion technique
Update
: 2025-02-19
Size
: 3kb
Publisher
:
DarkHorse
[
Special Effects
]
7437841Gabor_toolbox
DL : 0
gabor 滤波工具包,适用于matlab,可用于图像的特征提取-gabor filter kit for matlab, can be used for image feature extraction
Update
: 2025-02-19
Size
: 290kb
Publisher
:
金琳
[
matlab
]
gabor-n-ldp
DL : 0
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
Update
: 2025-02-19
Size
: 2kb
Publisher
:
NIVI
[
Special Effects
]
程序
DL : 1
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)
Update
: 2025-02-19
Size
: 7.78mb
Publisher
:
long1219
[
matlab
]
GaborFilter
DL : 0
gaborfilter feature extraction for face recognition
Update
: 2025-02-19
Size
: 151kb
Publisher
:
Atha
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.