Remove noises from images
1 回表示 (過去 30 日間)
古いコメントを表示
The vertical white lines in the images are noises. I want to remove them and extract only the regions surrounded within the red boundary. Is there any way I can extract that region(within the red boundary) automatically for all images inside a folder?
0 件のコメント
回答 (1 件)
Walter Roberson
2023 年 8 月 31 日
My prediction looking at that example, is that the answer is NO, that there is no automatic way to extract that region without extracting any of the noise -- not unless those red boundaries are part of the original image.
The noise appears to be of different sizes and different curvatures, and we can see that it can run fairly close to the region of interest. My prediction is that for at least some of your images, the noise touches the region of interest in a way that does not permit completely accurate separation of the two.
However, it is not impossible that your noise is better behaved than I predict, so I would not rule out the possibility of being able to do what you want accurately
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!