Artistic image filter

Efficient algorithm of an artistic image filter, similar to commonly-used image applications.
452.0 次下载
更新时间 2015/4/6

查看许可证

This function tries to simulate a generic image filter similar to the commonly-used filters of mobile applications like Instagram, Pixl-o-matic, Photo Illusion, Retro Camera, and so on.
The image processing used here is composed by a RGB mapping and a circular/eliptical mask which desaturates, decreases brightness levels and blurs progressively the mapped image. Loops are not used, therefore, performance is bearable.
Example of use:
I = imread('myimage.jpg');
M = imfilter_artistic(I);
imshow(M);

引用格式

Víctor Martínez-Cagigal (2024). Artistic image filter (https://www.mathworks.com/matlabcentral/fileexchange/50414-artistic-image-filter), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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

Confusion in 'example of use' section.

1.0.0.0