Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nestorojeda/veinsegmentation

Repo of my end of degree thesis about vein segmentation in infrared pictures
https://github.com/nestorojeda/veinsegmentation

Last synced: 8 days ago
JSON representation

Repo of my end of degree thesis about vein segmentation in infrared pictures

Awesome Lists containing this project

README

        

# Segmentación de venas en imagen infrarroja

Repositorio con el código del trabajo de fin de grado titulado 'Segmentación de venas en imagen infrarroja'.

## Requerimientos

- Python 3.8

## Montar proyecto

```
python -m venv ./venv # Crear entorno virtual
pip install -r requirements.txt # Instalar dependencias
```

## Ejecutable

Comando para montar el ejecutable:
```
pyinstaller .\src\app.py --additional-hooks-dir=hooks --hidden-import="skimage.filters.rank.core_cy_3d" --onefile
```

Alumno: Néstor Ojeda González

Tutor: Agustín Rafael Trujillo Pino