Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`).