Nota: 16
| Nmec | Name | Github | |
|---|---|---|---|
| 107359 | Duarte Cruz | [email protected] | DuarteCruz31 |
| 108215 | Hugo Correia | [email protected] | MrLoydHD |
| 107637 | André Oliveira | [email protected] | andreaoliveira9 |
-
OpenCV
To install it, you need to run the following command:
sudo apt-get install libopencv-dev
- static/videos
-
To compile the programs:
cmake . && make -
To run the program of Hydrid Lossless Endode:
./build/Deliverable_5/HybridEncoderTest.out -
To run the program of Hydrid Lossy Encode:
./build/Deliverable_6/HybridLossyEncoderTest.out -
To run the program of Hydrid Lossless Decode:
./build/Deliverable_5/HybridDecoderTest.out -
To run the program of Hydrid Lossy Decode:
./build/Deliverable_6/HybridLossyDecoderTest.out