Artistic image filter

Efficient algorithm of an artistic image filter, similar to commonly-used image applications.

이 제출물을 팔로우합니다

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 (2026). Artistic image filter (https://kr.mathworks.com/matlabcentral/fileexchange/50414-artistic-image-filter), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Confusion in 'example of use' section.

1.0.0.0