Eliminate reflections in an image
8 次查看(过去 30 天)
显示 更早的评论
Good evening everyone;
How to eliminate the shadows and reflections of light in an image caused by light reflection on the surfaces of objects?
Is there an idea or a function in Matlab that can do the trick?
1 个评论
Image Analyst
2012-5-7
If you want opinions on image processing, you have to provide your image. http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
回答(1 个)
Stefan
2012-5-7
It depends on your images which you want to process. You can use some kind of diffusion by applying median or mean filter. This only will work for smaller areas. However, you will reduce the sharpness of your edges.
Another way would be the segmentation of shadows/higlight and fill them with simliar values like there direct neigbors.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!