Remove noises from images
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1469206/image.png)
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 Kommentare
Antworten (1)
Walter Roberson
am 31 Aug. 2023
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 Kommentare
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!