Artistic image filter
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 (2023). Artistic image filter (https://www.mathworks.com/matlabcentral/fileexchange/50414-artistic-image-filter), MATLAB Central File Exchange. 검색됨 .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Image Filtering >
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!