Home > Software design >  How to remove Empty Spaces and Dots in Text from Image with OpenCV
How to remove Empty Spaces and Dots in Text from Image with OpenCV

Time:01-04

I'm processing the images with OpenCV and Python. I need to remove the dots / noise from the image. The Background and the Text,both have the empty Dots/ lines. here is a example: image transformations: Open and Close

This can be implemented with OpenCV: https://docs.opencv.org/4.5.5/d9/d61/tutorial_py_morphological_ops.html

Best Regards

  •  Tags:  
  • Related