Handwritten Text Morphing of Grayscale Image

185 Views Asked by At

I would like to morph the handwritten text to better readability. I could not figure out ways to do it. For Example,

enter image description here

I would like to morph this Image like this

enter image description here

1

There are 1 best solutions below

4
Meto On

If you want to automate this process I am afraid opencv alone won't offer you a solution. You need to identify each letter then print the corresponding image or string. Here is an example. Best of luck.