Skip to content
Snippets Groups Projects
Select Git revision
  • b34876b1b8468dec82c9afd5b61e91c235a51a8f
  • master default protected
2 results

dct

iliya.saroukha's avatar
iliya.saroukha authored
b34876b1
History

Prerequisites

Create a python virtual environment

python3 -m venv .venv

Activate the virtual environment

source .venv/bin/activate

Installing the dependencies

pip3 install -r requirements.txt

Running the program

python3 dct.py ./resources/forest.png

Example result

Visual output of the program