0.4.2
Maintenance release.
- Modified
spatial.ImageTransformer
to allowtarget
grid domain to differ fromtransform.grid()
domain. - Change image tensor creation functions to return non-batched image tensor when
num=0
is passed. - Fix assertion condition when comparing data tensor shape to MetaImage
DimSize
metadata. - Fix
torch.from_numpy()
warning that NumPy array is read-only when reading MetaImage from data blob. - Fix
circle_image()
andcshape_image()
functions used to create synthetic 2D registration example images.