is_homography_transform

sofia_redux.toolkit.image.warp.is_homography_transform(transform, n_dimensions)[source]

Check if a transform is homographic.

Parameters:
transformnumpy.ndarray (float)

An array of shape (>=n_dimensions, >=n_dimensions).

n_dimensionsint

The number of coordinate dimensions to which the transform will be applied.

Returns:
homographicbool