point_shifted_to_center#

deltacamera.Camera.point_shifted_to_center(point)[source]#

Return a new camera with principal point adjusted so that point appears at the image center.

Requires image_shape to be set.

Parameters:

point – Image coordinates of the point to center

Returns:

New Camera with the point centered in the image

Return type:

Camera