how to separate text message in an image using opencv .

asked 2018-02-02 02:36:55 -0600

gowsith123 gravatar image

updated 2018-02-02 13:14:33 -0600

I have an image with text and timing information. I want to remove those information and need only the background image. Can some one help in doing it.(for example if we take an photo with digital camera time at which photo was take will be displayed in that image. I want to remove that timing information and need only the image) C:\fakepath\fore.jpg

edit retag flag offensive close merge delete

Comments

please take a look at the faq, and try to improve your question

berak gravatar imageberak ( 2018-02-02 03:16:16 -0600 )edit

You might want to look into inpainting: https://docs.opencv.org/3.3.1/df/d3d/...

sjhalayka gravatar imagesjhalayka ( 2018-02-02 10:32:46 -0600 )edit