5.0

5.0 | 1 rating Rate this file 194 downloads (last 30 days) File Size: 76.92 KB File ID: #24549

Weickert's coherence-enhancing filter

by Pascal Getreuer

 

25 Jun 2009

Code covered by BSD License  

An anisotropic diffusion that enhances coherence of lines and flow-like textures

Download Now | Watch this File

File Information
Description

Weickert's coherence-enhancing filter [1] is an anisotropic diffusion process that enhances the coherence of lines and flow-like textures. It is particularly effective in enhancing fingerprint images (see screenshot). The process removes noise and closes small gaps in the ridges while leaving the locations of minutiae points unchanged.

B = COHERENCEFILTER(A,T) applies the coherence-enhancing filter to a grayscale or color image A with diffusion time T. Larger T implies stronger enhancement.
 
 COHERENCEFILTER(...,'PARAM1',VALUE1,'PARAM2',VALUE2,...) can be used to specify additional method parameters.
 
For example, the screenshot is reproduced by
A = double(imread('fingerprint.png'))/255;
B = coherencefilter(A,4,'sigma',1.5,'rho',5);
image(min(max(B,0),1)); axis image
 
[1] Weickert, J. 1996. Anisotropic Diffusion in Image Processing. Ph.D. Thesis, Dept. of Mathematics, University of Kaiserslautern, Germany.

MATLAB release MATLAB 7.5 (R2007b)
Zip File Content  
Other Files coherencefilter.m,
fingerprint.jpg,
license.txt
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
17 Oct 2009 Chen yuan

Good programs and works well.It helps me a lot,Thanks.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
coherence Pascal Getreuer 25 Jun 2009 09:43:50
enhancement Pascal Getreuer 25 Jun 2009 09:43:50
denoising Pascal Getreuer 25 Jun 2009 09:43:50
image processing Pascal Getreuer 25 Jun 2009 09:43:50
pde Pascal Getreuer 25 Jun 2009 09:43:50
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com