An open API service indexing awesome lists of open source software.

https://github.com/hayatolab/processing-images


https://github.com/hayatolab/processing-images

opencv python

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Projeto 1 Introdução ao Processamento de Imagens

## Turma A - 2/2021

Victor Carneiro Seidel - 17/0123154

### Pré-Requisitos

- python3

```bash
sudo apt install python3
```

- pip3

```bash
sudo apt install python3-pip
```

- matplotlib

```bash
pip3 install -U matplotlib
```

- opencv

```bash
pip3 install -U opencv-python
```

- numpy

```bash
pip3 install -U numpy
```

### Execução

Compilação do programa

```bash
python3 main.py
```