How can I make an orthographical projection image from perspective projection image?

62 views Asked by At

I want to be able to feed my program an image (probably from a camera) and get an Orthographic view of that image. I've seen this post but haven't been able to do it.

I would like a tutorial in python or something along those lines. I also don't mind if I distort or lose data from the image. Any help would be greatly appreciated.

0

There are 0 answers