problem with enhancing image using histeq

1 次查看(过去 30 天)
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);

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Filtering and Enhancement 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by