Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertobochet/iacv-project
https://github.com/robertobochet/iacv-project
computer-vision course-project politecnico-di-milano project python
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertobochet/iacv-project
- Owner: RobertoBochet
- Created: 2021-01-31T02:11:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T20:24:05.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T17:42:51.669Z (2 months ago)
- Topics: computer-vision, course-project, politecnico-di-milano, project, python
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IACV Project - Computer art
## scripts
The repo includes some scripts to see the library in action
- [demo.py](./scripts/demo.py)
Main demo, it shows the library behaviour in a test case.
- [cameras_calibration.py](./scripts/cameras_calibration.py)
Performs the calibration of the intrinsics parameters
- [cameras_extrinsics_calibration.py](./scripts/cameras_extrinsics_calibration.py)
Performs the calibration of the extrinsics parameters
- [synchronize.py](./scripts/synchronize.py)
It shows how the library is able to sync two unsynchronized videos.
- [retrieve_data.py](./scripts/retrieve_data.py)
It retrieves the data for the demos from dropbox and puts them in the right folder (`./data`).