Borrar filtros
Borrar filtros

problem with enhancing image using histeq

1 visualización (últimos 30 días)
joanna
joanna el 6 de Nov. de 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);

Respuestas (0)

Categorías

Más información sobre Image Filtering and Enhancement en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by