problem with enhancing image using histeq

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개)

카테고리

도움말 센터File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

질문:

2012년 11월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by