フィルターのクリア

problem with enhancing image using histeq

1 回表示 (過去 30 日間)
joanna
joanna 2012 年 11 月 6 日
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);
  1 件のコメント
Image Analyst
Image Analyst 2012 年 11 月 6 日
What happens?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Filtering and Enhancement についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by