Skip to content

MortarDefender/CV-Augmented-Reality

Repository files navigation

Python 3.6

CV-Augmented-Reality

using open cv function we can create and map pictures and objects to the real world at real time

System Requirements:

  • python 3.6 or heighr
  • cv2 library
  • numpy library
  • pyrender library
  • trimesh library
  • matplotlib library

Installation:

installation can be done using conda.

conda activate
python setup.py install

Run:

Picture 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)

Picture Overlay Demo:

Object Overlay Demo:

All Models Demo

About

using open cv function we can create and map pictures and objects to the real world at real time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages