Variable blur, gradient blur

版本 1.0.0.0 (1.3 KB) 作者: Zoltan
Applies different blur filter to each element of a matrix
828.0 次下载
更新时间 2010/3/7

查看许可证

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);

引用格式

Zoltan (2024). Variable blur, gradient blur (https://www.mathworks.com/matlabcentral/fileexchange/26879-variable-blur-gradient-blur), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Computer Vision with Simulink 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0