using open cv function we can create and map pictures and objects to the real world at real time
- python 3.6 or heighr
- cv2 library
- numpy library
- pyrender library
- trimesh library
- matplotlib library
installation can be done using conda.
conda activate
python setup.py installPicture Overlay:
from pictureOverlay import PictureOverlay
PictureOverlay().overlayImage(known_image_file_path, target_image_file_path, test_video_file_path, videoOutput)Object Overlay:
from objectOverlay import ObjectOverlay
ObjectOverlay().render(known_image_file_path, 3d_object_file_path, test_video_file_path, calibration_video_file_path, videoOutput)




