How to improve my image quality with using specific image filtering?
Show older comments
I want to improve my image quality but I don't know what filter or tool that help me to do that with a RGB image I try Gaussian but it's not enough I want more improvement in my picture:

code:
I=imread('82.jpg');
figure
imshow(I)
Gauss = imgaussfilt(I,1);
figure,imshow(Gauss)
Accepted Answer
More Answers (0)
Categories
Find more on Image Quality in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!