Indicative-Data-Science / gnssmapper

Tools for generating 3D maps from GNSS data
MIT License
9 stars 3 forks source link

additional algorithms #8

Open TerryLines opened 3 years ago

TerryLines commented 3 years ago

The algorithm section needs expansion as a key point of research.

  1. Improve the framework and API to allow different algorithms to be specified and evaluated. What is the best framework - is there an existing one (e.g. SciPy) we can utilise?
  2. Is there a case for a voxel approach to be implemented as well?
  3. Irish and hinge-loss algorithms can be included was alternatives.
  4. Methods for measuring performance.
TerryLines commented 3 years ago

As a further set of algorithms we could consider using Epipolar geometry to create a composite image, then use existing edge detection algorithms.