Trajectory Management and Analysis : Différence entre versions

De Transport
Ligne 7 : Ligne 7 :
 
** mobile id detection (BT from mobile sensors such as smartphones (Y. Malinovskiy))
 
** mobile id detection (BT from mobile sensors such as smartphones (Y. Malinovskiy))
 
** tracking from video data: potential missing points (occlusion)
 
** tracking from video data: potential missing points (occlusion)
 +
** uncertain positions (spatial and time)
 
* Exceptions ??
 
* Exceptions ??
 
* Python bindings: inspiration from OpenCV?
 
* Python bindings: inspiration from OpenCV?

Version du 20 décembre 2012 à 17:41

  • Data structure for trajectories?
    • dimention: 2D, 3D?
    • time dimension: constant sampling rate?
  • Application data:
    • GPS: potentially different sampling rate
    • fixed point detection (eg, BT)
    • mobile id detection (BT from mobile sensors such as smartphones (Y. Malinovskiy))
    • tracking from video data: potential missing points (occlusion)
    • uncertain positions (spatial and time)
  • Exceptions ??
  • Python bindings: inspiration from OpenCV?
  • Generic interface to different database engines, possibly with spatial extensions (eg PostgreSQL with PostGIS, SQLite with SpatiaLite)
  • Representation of clusters, motion patterns: prototypes, paths, Gaussian processes
  • Use of Catch for tests (https://github.com/philsquared/Catch): header only

Data Sources

Resources