A school project to construct virtual images from list of 3D points on Python. Generates fake images of a set of 3D points from a virtual camera.
Camera intrinsic parameters can be set and extrinsic parameters are calculated from camera position and orientation. See in-code documentation.
Requires the following python packages :
- numpy
- matplotlib (to draw the images)