CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - gaborfilter matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - gaborfilter matlab - List
[
Other resource
]
gaborfilter
DL : 0
matlab下gabor滤波算法,可以提取图象纹理特征的经典方法之一-under Matlab filtering algorithm can extract image texture features one of the classic methods
Update
: 2008-10-13
Size
: 2.66kb
Publisher
:
liyiquan
[
Other resource
]
gaborfilter
DL : 0
图像处理中重要的Gabor滤波器的Matlab实现-Image Processing important Gabor filter Matlab
Update
: 2008-10-13
Size
: 2.79kb
Publisher
:
ppp
[
Special Effects
]
GaborFilter
DL : 0
gabor滤波的matlab代码实现,主要应用于图像处理和机器视觉
Update
: 2008-10-13
Size
: 711byte
Publisher
:
崔金龙
[
Other resource
]
gaborfilter
DL : 0
根据gabor滤波器的定义,用matlab创造gabor滤波器
Update
: 2008-10-13
Size
: 1016byte
Publisher
:
杨艳芳
[
Graph Recognize
]
gaborfilter
DL : 0
二维图像Gabor滤波matlab源代码
Update
: 2008-10-13
Size
: 2.79kb
Publisher
:
jiang
[
2D Graphic
]
GaborFilter
DL : 2
本程序用matlab编写,可用于图像特征提取,是很好的纹理特征提取方法,可应用于图像检索系统
Update
: 2010-02-03
Size
: 2.49kb
Publisher
:
wwwtheresa123
[
matlab
]
gaborfilter
DL : 1
matlab下gabor滤波算法,可以提取图象纹理特征的经典方法之一-under Matlab filtering algorithm can extract image texture features one of the classic methods
Update
: 2025-02-19
Size
: 2kb
Publisher
:
liyiquan
[
2D Graphic
]
gaborfilter
DL : 0
图像处理中重要的Gabor滤波器的Matlab实现-Image Processing important Gabor filter Matlab
Update
: 2025-02-19
Size
: 2kb
Publisher
:
ppp
[
Special Effects
]
GaborFilter
DL : 0
gabor滤波的matlab代码实现,主要应用于图像处理和机器视觉-gabor filter matlab code, mainly used in image processing and machine vision
Update
: 2025-02-19
Size
: 1kb
Publisher
:
崔金龙
[
Graph Recognize
]
gaborfilter
DL : 0
gabor filter 图像纹理提取 边缘检测-gabor filter image texture extraction of edge detection
Update
: 2025-02-19
Size
: 3kb
Publisher
:
asdads
[
Wavelet
]
gaborfilter
DL : 0
根据gabor滤波器的定义,用matlab创造gabor滤波器-According to the definition of gabor filter used to create gabor filter matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
杨艳芳
[
Graph Recognize
]
gaborfilter
DL : 0
二维图像Gabor滤波matlab源代码-Two-dimensional Gabor filter image matlab source code
Update
: 2025-02-19
Size
: 2kb
Publisher
:
jiang
[
Special Effects
]
GaborFilter
DL : 0
本程序实现了Gabor滤波器的三维显示并对一幅图像通过频域卷积实现了1个尺度6个方向的Gabor滤波显示-This procedure achieved a Gabor filter and a three-dimensional display image through frequency-domain convolution achieved a scale 6 shows the direction of the Gabor filtering
Update
: 2025-02-19
Size
: 1kb
Publisher
:
朱宇
[
Special Effects
]
gaborfilter
DL : 0
基于matlab的二维图像Gabor滤波源代码,调试通过-Matlab based on Gabor filtering of two-dimensional image source code, debugging through
Update
: 2025-02-19
Size
: 3kb
Publisher
:
小蔡
[
Special Effects
]
gaborfilter
DL : 0
3种Gabor滤波器的表达方法,采用MATLAB编写,可用于人脸的识别-Gabor filters of three kinds of expression, the use of MATLAB to prepare, can be used for face recognition
Update
: 2025-02-19
Size
: 2kb
Publisher
:
xzg
[
Graph program
]
MATLAB
DL : 0
Gabor小波变换,用于分析图象纹理特征-GaborFilter
Update
: 2025-02-19
Size
: 2kb
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
:
郑碧波
[
Special Effects
]
gaborfilter
DL : 0
gabor滤波器用于在不同方位不同尺度下的图像纹理特征提取,使用matlab编写。-gabor filters for different scales in different directions of the image texture feature extraction using matlab prepared.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
hello
[
matlab
]
gaborfilter
DL : 0
Gabor filter test in matlab
Update
: 2025-02-19
Size
: 272kb
Publisher
:
nkam
[
matlab
]
GaborFilter
DL : 0
gaborfilter feature extraction for face recognition
Update
: 2025-02-19
Size
: 151kb
Publisher
:
Atha
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.