Inheritance diagram for nipy.algorithms.registration.chain_transform:
Chain transforms
Bases: object
Methods
| apply(pts) | Apply full transformation to points pts |
Create chain transform instance
| Parameters: | optimizable : array or Transform
pre : None or array or Transform, optional
post : None or Transform, optional
|
|---|
Apply full transformation to points pts
If there are N points, then pts will be N by 3
| Parameters: | pts : array-like
|
|---|---|
| Returns: | transformed_pts : array
|
get/set param