How can I assign correct value for variable img_heq

1 view (last 30 days)
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.

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 2 Apr 2020
Edited: KALYAN ACHARJYA on 2 Apr 2020
img_heq=histeq(img,[0,255])

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!