how to remove shadow edge in matlab
1 回表示 (過去 30 日間)
古いコメントを表示
I have applied adaptive thresholding method to remove the shadows. The edges are presented in the output though Shadows are removed. Can anyone suggest how to remove it? I am attaching input and output image for the kind reference.
0 件のコメント
回答 (1 件)
Malhar Ashtaputre
2018 年 1 月 8 日
Hello,
To remove the shadow, follow the process (flowchart process) in the paper below:
3 件のコメント
Malhar Ashtaputre
2018 年 1 月 19 日
It is possible that you may not be able remove complete shadow out of the image as it is very dense shadow, I would suggest, to try with the method in link (It may work).
For removing the shadow in video, convert video into frames and then remove shadow from each image(Frame). After removing shadow, combine all frames to form the video.
Malhar MA
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!