How can I rotate images depends on a specific angle ?
Hi,
I need to rotate all images to spesific angle to do OCR. I have to do it because after polar2cartesian transformation sometimes my characters get cropped. here example of my images.
you can use the warpAffine() or remap() functions to achieve this