KCL-BMEIS / niftyreg

This project contains command line tools to perform rigid, affine and non-linear registration of nifti or analyse images as well as utilities
BSD 3-Clause "New" or "Revised" License
141 stars 42 forks source link

sliding-regions #28

Open mmodat opened 6 years ago

mmodat commented 6 years ago

In gitlab by @jmcclelland on Aug 21, 2017, 15:26

FFD registration that allows for two sliding regions, defined in the source image a distance map (in the source image) must be provided, giving the distance to the sliding interface for all voxels, with voxels in region1 having negative values, and voxels in region2 having positive values The deformation in each region is represented by a separate B-spline transformation and a penalty term is used to penalise gaps/overlaps between the two regions.

mmodat commented 6 years ago

In gitlab by @jmcclelland on Aug 21, 2017, 15:27

created branch 28-sliding-regions