Skip to content

ascourge21/shortest_path_tracking_code

Repository files navigation

Just a few sample C++ code that I use for reserach. 

I've implemented a dynamic tracking implementation of shortest paths on a time series of point clouds. 

A dynamic programming implementation was used because my graph edge weights need to be recomputed based on different initial conditions. 

In the future, can test with a more traditional BFS or DFS implementation. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages