Skip to content
Snippets Groups Projects
Commit 55c40812 authored by Gonzalo Belcredi's avatar Gonzalo Belcredi
Browse files

readme

parent 1250a5ab
No related branches found
No related tags found
No related merge requests found
### COMINA - COMUNICACIONES INALAMBRICAS
### iie-fing-udelar
### LABORATORIO INTEGRADOR
Dependencias Python:
- Pillow (Python Imaging Library)
- Numpy
En linux, Pillow se puede instalar mediante pip:
pip install Pillow
#### image2bit
Convierte la imagen que se encuentra en images/image.png, a una secuencia de bytes (uint8).
El archivo image_bin.dat generado se encuentra en la carpeta dat/.
En terminal hacer:
python image2bit.py
#### bit2image
Convierte un .dat en una o varias imágenes y calculas el PSNR.
En terminal hacer:
python bit2image.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment