I would like to morph the handwritten text to better readability. I could not figure out ways to do it. For Example,
I would like to morph this Image like this
I would like to morph the handwritten text to better readability. I could not figure out ways to do it. For Example,
I would like to morph this Image like this
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.