https://github.com/hayatolab/processing-images
https://github.com/hayatolab/processing-images
opencv python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hayatolab/processing-images
- Owner: hayatolab
- Created: 2021-08-26T22:25:18.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-08T03:50:51.000Z (almost 5 years ago)
- Last Synced: 2025-06-20T00:13:57.674Z (about 1 year ago)
- Topics: opencv, python
- Language: Python
- Homepage:
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```