claminos / Unibo-CV-Project

Computer Vision project of the Artificial Intelligence course of study at the University of Bologna

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development of an Augmented Reality System

Master of Artificial Intelligence - Image Processing and Computer Vision

Team components:

Simona Scala - simona.scala6@studio.unibo.it

Sara Vorabbi - sara.vorabbi@studio.unibo.it

Files

  • F2R.py
  • F2F.py
  • README
  • Augmented_Multiple_View_F2R.avi
  • Augmented_Multiple_View_F2F.avi
  • Data/AugmentedLayer.png
  • Data/AugmentedLayerMask.png
  • Data/Multiple_View.avi
  • Data/ObjectMask.png
  • Data/ReferenceFrame.png
  • Docs/Report.pdf
  • Docs/Augmented Reality Project (update).pdf

Execution

  • Install Python 3.5.x
  • Install numpy (for array operations) : pip3 install numpy
  • Install matplotlib (For plotting and visualization): pip3 install matplotlib
  • Install OpenCV (Computer Vision Library): pip3 install opencv-python==3.4.2.16 pip3 install opencv-contrib-python == 3.4.2.16
  • Run python F2R.py or python F2F.py

About

Computer Vision project of the Artificial Intelligence course of study at the University of Bologna

License:MIT License


Languages

Language:Python 100.0%