vannisson / PGI010-Digital-Image-Processing

0 stars 0 forks source link

PGI010-Digital-Image-Processing

Repository containing projects for Digital Image Processing discipline (PPGI010) offered by the postgraduate program in IT at the Computing Institute of the Federal University of Alagoas.

This repository contains as main projects:

💻 Prerequisites

Before you begin, make sure you have installed the following tools:

🛠 Installing

To install the application, follow these steps:

  1. Create an virtual enviroment using conda and activate it:

    conda create --name pdi python=3.8.19
    conda activate pdi

    This application uses version 3.8.19 of Python for better compatibility with OpenCV.

  2. Install the dependecies with pip:

    pip install -r .\requirements.txt

    This requirements contains both libraries for Head-Tracking VR Display and DIPUM.

  3. Install jupyter using conda:

conda install anaconda::jupyter
  1. Create a server for A-frame using Simple Web Server:

Just create a normal server using the port you desire, remember to check "Accessible on local network".

simple web server creation

🚀 Running the project

python main.py

After that, just access the application in any browser using the chosen port.

Example: http://localhost:8080

jupyter notebook

This applies to activities too.

📚 References

Head Tracking VR Display