There will be need for exposing a click event for example for placing things on a map based on the position clicked in the image.
The event can contain both 2D information about where in the image the click occured (basic coordinates [x, y]) and where in the 3D world (geographic coordinates [lat, lon, alt]).
The nature of the image planes makes the 3D positioning inaccurate.
To discuss:
Do we need to provide 3D coordinates for clicks everywhere in the image?
Can we limit to intersections with the ground plane in some way?
Should we use clicks in multiple images to improve positioning?
There will be need for exposing a click event for example for placing things on a map based on the position clicked in the image.
The event can contain both 2D information about where in the image the click occured (basic coordinates
[x, y]) and where in the 3D world (geographic coordinates[lat, lon, alt]).The nature of the image planes makes the 3D positioning inaccurate.
To discuss:
Do we need to provide 3D coordinates for clicks everywhere in the image?
Can we limit to intersections with the ground plane in some way?
Should we use clicks in multiple images to improve positioning?