iwatake2222 / opencv_sample

OpenCV Sample Code in C++
Apache License 2.0
56 stars 13 forks source link

Distance calculation on ground plane #1

Closed sctrueew closed 2 years ago

sctrueew commented 2 years ago

Hi @iwatake2222,

Thanks for sharing it, I have a GPS point and I want to get the lat/long of each pixel point when I move the mouse. Could you give some info about it to do that?

Thanks in advance

iwatake2222 commented 2 years ago

In my sample code, it just converts a pixel point to distance on ground plane. It does nothing related to GPS nor latitude/longitude.