Effacer les filtres
Effacer les filtres

problem with enhancing image using histeq

1 vue (au cours des 30 derniers jours)
joanna
joanna le 6 Nov 2012
i want to enhance the contrast of a grayscale image but i cannot seem to make it work. this is the code i wrote
Z1 = rgb2gray(Image1);
x1 = histeq(Z1);
axes(handles.axes2);
imshow(x1);

Réponses (0)

Catégories

En savoir plus sur Image Filtering and Enhancement dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by