I’m trying to transfrom a 2D image based on a perspective calculation. E.g. make a image look like its going off into the distance. I see JAI has a class called PerspectiveTransform which would do this for me. My home rolled attempts seem to slow. I don’t really want to be dependant on the whole of JAI for this one feature…
Is anyone else doing this, if so how and whats the performance like?
Any help appreciated,
Kev