Inspiration
Wanted to make some sort of pathfinding/navigation system that uses a raw image to analyze rather than with a database of roads
What it does
Takes a map, recognizes what's a road, and creates nodes for a navigation system to follow
How we built it
Using python and OpenCV
Challenges we ran into
Ran out of time to fully implement a working pathfinding system
Accomplishments that we're proud of
Perfectly filtering the map down to an image that the computer can understand
What we learned
A lot about the inner workings of python, and a lot about OpenCV
What's next for Road Mapper
Implement the pathfinder and user interface to set start and end destination
Log in or sign up for Devpost to join the conversation.