How to obtain improfile for shadow and non shadow regions in gray image ?
5 次查看(过去 30 天)
显示 更早的评论
In matlab we have a command called improfile. I want to use it to plot a graph of comparison between shadow and non shadow areas in an gray image... My input image is gray image with shadows on some regions... The Improfile should contain 2 graphs one representing shadow pixles and other non shadow pixles... any help on this...
0 个评论
采纳的回答
Image Analyst
2014-8-29
Just call it and get the profile. Then threshold into dark and light areas and graph them. Did you have some trouble with the code?
2 个评论
Image Analyst
2014-8-29
See attached demo for improfile.
There are more sophisticated shadow identification methods than simple thresholding. Let me know if you need references.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!