Inheritance diagram for nipy.algorithms.registration.transform:
Generic transform class
This implementation specifies an API. We’ve done our best to avoid checking instances, so any class implementing this API should be valid in the places (like registration routines) that use transforms. If that isn’t true, it’s a bug.
Bases: object
A default transformation class
This class specifies the tiny API. That is, the class should implement:
Methods
apply(pts) | |
compose(other) |