TextRecognitionDataGenerator icon indicating copy to clipboard operation
TextRecognitionDataGenerator copied to clipboard

projective

Open sssimpleboy opened this issue 2 years ago • 1 comments

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!

sssimpleboy avatar May 27 '22 09:05 sssimpleboy

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.

Belval avatar Jun 27 '22 02:06 Belval