How can I assign correct value for variable img_heq

조회 수: 1 (최근 30일)
Sivakumar Rajagopal
Sivakumar Rajagopal 2020년 4월 2일
댓글: 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 CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by