Code covered by the BSD License  

Highlights from
Variable blur, gradient blur

Be the first to rate this file! 4 Downloads (last 30 days) File Size: 1.26 KB File ID: #26879
image thumbnail

Variable blur, gradient blur

by Zoltan

 

07 Mar 2010

Applies different blur filter to each element of a matrix

| Watch this File

File Information
Description

The code is probably not very efficient, as it contains a for loop. Any improvement ideas are welcomed.

example:
ParameterMatrix=abs(meshgrid(0:199)-100) / 20;
inputimg = double(checkerboard(10,10,10)>0.5);
blurred=VariableBlur(inputimg, ParameterMatrix);
imagesc(blurred);
colormap(gray);

Required Products Image Processing Toolbox
MATLAB release MATLAB 7.9 (2009b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
image processing Zoltan 08 Mar 2010 11:12:50
blur Zoltan 08 Mar 2010 11:12:50
gradient blur Zoltan 08 Mar 2010 11:12:50
filter Zoltan 08 Mar 2010 11:12:50
blur Aimal 16 May 2010 06:02:55

Contact us at files@mathworks.com