Skip to content
Sergey Nuzhny edited this page Aug 10, 2023 · 2 revisions
  1. Take one frame|snapshot from video and open it in Paint or another editor (Gimp, Photoshop etc). Remember it resoltion: 1280x720 pixels

  2. Find some big feature on road wich can find on satellite from Gooogle.Map. For example Pillar on the left side. Move mouse cursor to the pillar and remember it pixel coordinates: (420, 347) Pillar in Paint

  3. Normalize pixel coordinates - divide they on frame size: (420/1280, 347/720) = (0,328125, 0,481944444444444)

  4. Find this pillar on Google.Maps and remember it geographic cooordinates (right click on map, left on coordinates - copied to clipboard). Pillar on map

  5. Open or create geo_bind.ini text file with any text editor and write values to the first binding pair Write to config

  6. Repeate 3 times steps 2-5 and create 4 bindings points. All  points

  7. Ready! You can run example and see on result with speed calculation

Clone this wiki locally