Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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);
Cita come
Víctor Martínez-Cagigal (2026). Artistic image filter (https://it.mathworks.com/matlabcentral/fileexchange/50414-artistic-image-filter), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.1.0.0 (2,02 MB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
