Skip to content

Torrakanor611/IC_project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IC_project2



Prerequisites

On Ubuntu you need the following packages installed: cmake, doxygen, git.

sudo apt install cmake doxygen git

In other Linux distributions you need equivalent packages installed.


Compiling the code

In a terminal, enter the build directory of your project

mkdir build && cd build

Then compile the code

cmake ..
make

Compiling documentation

In terminal, on root

doxygen doxyconfig

Requirements (Ubuntu 20.04)

matplotlib-cpp

we use matplotlib-cpp that is a wrapper for matplot python library

sudo apt install python3 python3-dev

pip3 install matplotlib

libsndfile

sudo apt install autoconf autogen automake build-essential libasound2-dev libflac-dev libogg-dev libtool libvorbis-dev libopus-dev libmp3lame-dev libmpg123-dev pkg-config python sudo apt-get install libsndfile1-dev

opencv4

sudo apt install libopencv-dev python3-opencv

Directories

files contains resources to be used in the tests

test contains tests to the several modules

src contains classes that implement the project modules

About

Informação e Codificação, project #2, 21/22

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages