Open adrianulbona opened 8 years ago
This will give a boost to the project, there are a few scalable and open solutions to this problem.
In my short discussions @harsha2010, a HMM-based approach was mentioned.
@harsha2010: what is the status here?
Meanwhile I worked on a small HMM library, with the Viterbi algorithm implemented at: http://adrianulbona.github.io/hmm/
In HMM-based map matching, hidden states are the segments or road and the observations are your locations from GPS or other methods.
This will give a boost to the project, there are a few scalable and open solutions to this problem.
In my short discussions @harsha2010, a HMM-based approach was mentioned.
@harsha2010: what is the status here?
Meanwhile I worked on a small HMM library, with the Viterbi algorithm implemented at: http://adrianulbona.github.io/hmm/