TextRecognitionDataGenerator
TextRecognitionDataGenerator copied to clipboard
projective
Could you tell me if it could generator projective images. Everytime I got some images, I had to do perspective transformation in MATLAB that cost much time. THANKS!
This project does not allow for affine/homography transformations. This is however a very good idea if you wish to make a PR.
OpenCV has everything to do it, you could just generate the homography matrix semi-randomly and crop the resulting word automatically.