When using imreducehaze, the error 'Undefined function or variable 'imreducehaze' ' appears. Why is this? I have attached the code below
이전 댓글 표시
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});
답변 (1개)
Walter Roberson
2020년 5월 10일
0 개 추천
"Introduced in R2017b"
댓글 수: 6
Aishwarya Jayachandran
2020년 5월 10일
Walter Roberson
2020년 5월 10일
I guess you will need to either upgrade to at least R2017b, or else write or find your own equivalent of imreducehaze() .
gowthaman marappan
2020년 9월 20일
my master degree project are you found output
small doubts can you explain
my mail id gowthamrangeesh@gmail.com
Walter Roberson
2020년 9월 20일
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
2020년 10월 12일
how to fing dark channel prior image processing matlab
Walter Roberson
2020년 10월 12일
I do not know what "dark channel" means in this context?
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!