Skip to content

andreaoliveira9/Projeto-CSLP

Repository files navigation

Projeto-CSLP - Image and Video compression

Nota: 16

Members of the group

Nmec Name Email Github
107359 Duarte Cruz [email protected] DuarteCruz31
108215 Hugo Correia [email protected] MrLoydHD
107637 André Oliveira [email protected] andreaoliveira9

How to run

Before running the programs, you need to install the following library:

  • OpenCV

    To install it, you need to run the following command:

    sudo apt-get install libopencv-dev
    

You need to put de videos in the following folder:

  • static/videos

To run the programs, you need to run the following commands:

  • 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
    

About

Projeto Complementos Sobre Linguagens de Programação

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •