The Medical Image Registration ToolKit (MIRTK), the successor of the IRTK, contains common CMake build configuration files, core libraries, and basic command-line tools. Extension packages are hosted by the MIRTK GitHub group at
The MultiLevelTransformation copy constructor overload which takes a MultiLevelTransformation object as argument does not copy the _GlobalTransformation, only the _LocalTransformations.
This affects compose-dofs, for example, where the FluidFreeFormTransformation makes a copy of the transformation to be added in order to then merge the global transformation with the first local transformation (cf. this line of code).
The MultiLevelTransformation copy constructor overload which takes a
MultiLevelTransformation
object as argument does not copy the_GlobalTransformation
, only the_LocalTransformations
.This affects
compose-dofs
, for example, where theFluidFreeFormTransformation
makes a copy of the transformation to be added in order to then merge the global transformation with the first local transformation (cf. this line of code).