Remove reflection from an Image
显示 更早的评论
I have a video frame from which I would like top remove the reflection and select the longest edge. How can I achieve this?

回答(1 个)
Image Analyst
2023-3-2
1 个投票
Adjust your lighting. And try putting polarizers in front of your lamp, and a rotatable one in front of your camera. It's far, far better to prevent the reflections in the first place than to try to alter your image to remove them. You will definitely get a better image if you prevent them than if you try to "fix" your image post-capture.
3 个评论
Abhishek Mishra
2023-3-2
John D'Errico
2023-3-2
Total agreement. Far better to not allow an artifact into your image, than it is to remove it once it is there.
Image Analyst
2023-3-2
Sorry, there is no universal "reflection removal and longest edge finding" algorithm. The best you can do is to threshold for bright stuff and then use regionfill. Or better yet use a content-aware regionfill like Photoshop has. As far as finding lines you can try the examples in the documentation for hough and houghlines.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!