BioMedIA / deepali

Image, point set, and surface registration in PyTorch.
https://biomedia.github.io/deepali/
Apache License 2.0
26 stars 6 forks source link

Add PointTransformer which maps points from any coordinate system to another #53

Closed schuhschuh closed 1 year ago

schuhschuh commented 1 year ago

Similar to an ImageTransformer, a PointTransformer could decorate an optional SpatialTransform and map points from any coordinate system specified during its construction to another or the same coordinate system. For example, from world to world coordinate, or fixed target image grid indices to moving image grid indices. When no SpatialTransform is given, the identity is assumed and the PointTransform performs the same operation as deepali.core.grid.grid_transform_points().

CC @qiuhuaqi