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: 本文件包含了几个关于用gabor滤波器做指纹识别的论文,希望对大家有用-This document contains a number of gabor filter used to do on the fingerprint identification papers, in the hope that useful Platform: |
Size: 2954240 |
Author:han |
Hits:
Description: This a gabor filter for enhancement of fingerprint image. If need any correction mail me.-This is a gabor filter for enhancement of fingerprint image. If need any correction mail me. Platform: |
Size: 2048 |
Author:Mystic Boy |
Hits:
Description: 介绍指纹识别系统如何设计,包括指纹识别的技术以及如何用GABOR滤波的指纹图像处理。-Describes how to design fingerprint identification system, including fingerprint identification technology and how GABOR Filter for Fingerprint Image Processing. Platform: |
Size: 2900992 |
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: i want source code for gabor filter to remove noise in preprocessing step of fingerprint in matlab Platform: |
Size: 1024 |
Author:rams |
Hits:
Description: Gabor filter based finger print classifier.
I have given four real time finger images captured of my friends.Accuracy is 80-90 .Developed in C.
Can classify the finger to class 1,class 2.For more reference what is classification pls refer to biometric fingerprint recognition
Platform: |
Size: 505856 |
Author:avinash |
Hits: