How can I assign correct value for variable img_heq

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (1)

KALYAN ACHARJYA
KALYAN ACHARJYA il 2 Apr 2020
Modificato: KALYAN ACHARJYA il 2 Apr 2020
img_heq=histeq(img,[0,255])
  3 Commenti
KALYAN ACHARJYA
KALYAN ACHARJYA il 2 Apr 2020
Modificato: KALYAN ACHARJYA il 2 Apr 2020
Is the img gray scale image? Though it does not matter. I tested it works

Accedi per commentare.

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by