NLeSC / structure-from-motion

Structure from Motion Pipeline
GNU General Public License v2.0
61 stars 17 forks source link

Do some automated testing #24

Closed jspaaks closed 8 years ago

jspaaks commented 9 years ago

Jurriaan added a Python script that can help retrieve the number of points from the sparse point cloud and the dense point cloud. Could be useful as a crude quality measure in e2e testing.

https://github.com/NLeSC/PattyGenerate/blob/4f48e419418e67c3ff9b243e4b6f4e7ddce56458/number-of-points/number-of-points.py

nielsdrost commented 8 years ago

Added an explanation of using the script in the new example docs (docs/example.md).

nielsdrost commented 8 years ago

Sanity check written in #10, next step is to use in automated build

nielsdrost commented 8 years ago

pipeline now running in Travis (see badge in README).