I am implementing image segmentation task and the output has a significant noise. I want to process the output image by removing all the noise and keep only the rectangle boxes (or polygons). Can someone please suggest good image processing techniques for this?
For instance, the images which we need to process looks like following:
and the desired output should be something like following:
CodePudding user response:
you should try these techniques probably it work on your problem.