How can I assign correct value for variable img_heq

1 回表示 (過去 30 日間)
Sivakumar Rajagopal
Sivakumar Rajagopal 2020 年 4 月 2 日
img_heq=histeq(img,256)
While inserting the above line in my program I am getting the following error
Varibale img_heq has a incorrect value.

回答 (1 件)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 4 月 2 日
編集済み: KALYAN ACHARJYA 2020 年 4 月 2 日
img_heq=histeq(img,[0,255])
  3 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 4 月 2 日
編集済み: KALYAN ACHARJYA 2020 年 4 月 2 日
Is the img gray scale image? Though it does not matter. I tested it works
Sivakumar Rajagopal
Sivakumar Rajagopal 2020 年 4 月 2 日
Yes got the same result. Thanks.

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

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by