How do I select a rectangular region of interest with a hole in it
2 ビュー (過去 30 日間)
古いコメントを表示
Hi everyone. Can anyone please advise me on how I can select a rectangular region of interest with a hole in on an image, I wan't to do filtering on this area. So basically if you look at the attached image, I want to select the hatched region in the image and only filter that area with a motion blur filter.

Please don't ask me why, I just need a solution because i can't find anything on the web.
回答 (1 件)
KARSH THARYANI
2018 年 6 月 29 日
Given an image, you can make the inner region as zero. Apply the Gaussian (or your motion blur filter). Then, on this image, copy the elements that you made zero.
2 件のコメント
KARSH THARYANI
2018 年 7 月 13 日
May I know that reason, so that I can suggest an appropriate alternative?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!