fsalinas26 / Traffic-Visualizer

INRIX Hackathon 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traffic-Visualizer

INRIX Hackathon 2021

Process

1. Initialize the Quadkey to fetch from the INRIX API

2. Program wil fetch 8 256x256px traffic tiles within the quadkey depth and proceed to stitch them together into a 1024x1024px image.

3. Once the stitched image is complete, we will use OpenCV to filter our image and extract our contours into a vector of coordinates that we can map.

4. Voilà

We can now analyze and observe our map in much higher quality.

About

INRIX Hackathon 2021


Languages

Language:C++ 67.8%Language:C 32.2%