https://github.com/leansandoval/visionartificial
Trabajos prácticos de la materia Electiva III - Visión Artificial (3679) realizado en el 2C 2025.
https://github.com/leansandoval/visionartificial
machine-learning mediapipe opencv threshold
Last synced: about 2 months ago
JSON representation
Trabajos prácticos de la materia Electiva III - Visión Artificial (3679) realizado en el 2C 2025.
- Host: GitHub
- URL: https://github.com/leansandoval/visionartificial
- Owner: leansandoval
- Created: 2025-09-05T02:24:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T02:27:17.000Z (10 months ago)
- Last Synced: 2025-09-05T04:18:11.255Z (10 months ago)
- Topics: machine-learning, mediapipe, opencv, threshold
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visión Artificial
Trabajos prácticos de la materia Electiva III - Visión Artificial (3679) realizado en el Segundo Cuatrimestre 2025.
## Información de la Asignatura
* **Carrera**: Ingeniería en Informática
* **Asignatura**: Visión Artificial (3679)
* **Cuatrimestre**: Segundo Cuatrimestre
* **Año**: 2025
* **Grupo**: 4
## Trayecto - Gestión y Complementarias
* **Año académico**: Quinto Año - Segundo Cuatrimestre
* **Responsable / Jefe de catedra**: Silvestri, Jorge Alejandro
* **Carga horaria semanal**: 4 hs
* **Carga horaria total**: 64 hs
* **Modalidad**: Virtual
* **Correlativas anteriores**
* Programación Avanzada (3652)
* Arquitectura de Sistemas Software (3653)
* Gestión de Proyectos (3661)
## Docentes
* Silvestri, Jorge Alejandro
* Sinopoli, Alesio Esteban
## Librerias necesarias
En la terminar ejecutar el/los comando/s
### OpenCV
`pip install opencv-python`
### MediaPipe
`pip install mediapipe`
### Numpy
`pip install numpy`