image_to_world# deltacamera.Camera.image_to_world(points, camera_depth=1)[source]# Transform points from image space to world space. Parameters: points (ndarray) – points in image coordinates camera_depth (Union[float, ndarray]) – depth of the points in camera space Returns: points in world coordinates Return type: ndarray