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!