Skip to content

fix principal point in image_to_world_coordinates()

Tilman Daab requested to merge fix/image_to_world_coordinates into master

An index at the end of the principal point's variable existed from a previous code version that calculated x and y separately, and currently leads to wrong results. This is fixed by this merge request.

Merge request reports