User Guide
API Reference
Test whether two affine transforms are equivalent.
a (Affine) – Input affine transforms.
b (Affine) – Input affine transforms.
matrix_only (bool) – Only compare matrix data, ignoring source and target information.
tol (float) – Absolute error tolerance between affine matrices.
Returns True if the affines are equal.
bool