Welcome![Sign In][Sign Up]
Location:
Search - Gabor filter for image detection

Search list

[Waveletdb9.7lifting

Description: gabor filter 图像纹理提取 边缘检测-gabor filter edge detection image texture extraction
Platform: | Size: 1024 | Author: 胡易 | Hits:

[Special Effectsgabor

Description: 基于生物视觉的Gabor滤波器在图像边缘检测的应用-Based on biological vision Gabor filter in the application of image edge detection
Platform: | Size: 2048 | Author: guomin | Hits:

[Othergabor_image_paper

Description: Example of a two-dimensional Gabor filterIn image processing, a Gabor filter, named after Dennis Gabor, is a linear filter used for edge detection. Frequency and orientation representations of Gabor filter are similar to those of human visual system, and it has been found to be particularly appropriate for texture representation and discrimination. In the spatial domain, a 2D Gabor filter is a Gaussian kernel function modulated by a sinusoidal plane wave. The Gabor filters are self-similar – all filters can be generated from one mother wavelet by dilation and rotation
Platform: | Size: 7168 | Author: Real1 | Hits:

[Special Effectsgaborfilter.tar

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:

[OtherGabor_Filter

Description: Gabor滤波器对于lena图片的一个边缘检测程序!-Gabor filter for Lena image edge detection process
Platform: | Size: 65536 | Author: 肖志冉 | Hits:

[Special EffectsGabor-cloud-detection

Description: 使用Gabor滤波器进行滤波后的差分矩阵实现遥感图像云检测-Gabor filter is used to filter the differential matrix for remote sensing image cloud detection
Platform: | Size: 3072 | Author: yunqpqg | Hits:

CodeBus www.codebus.net