Hi,
I am interested in projecting a point from a camera onto a calculated DEM.
pickPoint
more often than wanted returns points, both from dense cloud and tie points, which are far from the correct spot. It seems to be an issue at the edges of images where matches may be more sparse.
The desired function would be to be able to get a camera rays first intersection with the DEM.
I have not found such a function in the Python API, but would it be possible to achieve this with current functions?
The use case would be aerial photos, however the ground would be rather flat. Only the X and Y coordinate are interesting in the end.