When using imreducehaze, the error 'Undefined function or variable 'imreducehaze' ' appears. Why is this? I have attached the code below
Mostrar comentarios más antiguos
A = imread('C:\Users\0wner\Desktop\VIT\image processing\project\drug1.jpg');
figure,
imshow(A);
AInv = imcomplement(A);
figure,
imshow(AInv);
BInv = imreducehaze(AInv);
figure, imshow(BInv);
B = imcomplement(BInv);
figure, montage({A, B});
Respuestas (1)
Walter Roberson
el 10 de Mayo de 2020
0 votos
"Introduced in R2017b"
6 comentarios
Aishwarya Jayachandran
el 10 de Mayo de 2020
Walter Roberson
el 10 de Mayo de 2020
I guess you will need to either upgrade to at least R2017b, or else write or find your own equivalent of imreducehaze() .
gowthaman marappan
el 20 de Sept. de 2020
my master degree project are you found output
small doubts can you explain
my mail id gowthamrangeesh@gmail.com
Walter Roberson
el 20 de Sept. de 2020
I answer public questions posted to MATLAB Answers; I do not respond to most email questions.
I also do not know anything about haze removal.
gowthaman marappan
el 12 de Oct. de 2020
how to fing dark channel prior image processing matlab
Walter Roberson
el 12 de Oct. de 2020
I do not know what "dark channel" means in this context?
Categorías
Más información sobre Mathematics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!