ANTsX / ANTsRCore

Rcpp bindings for the C++ ANTs library used by the ANTsR package
9 stars 9 forks source link

ADD: transform multichannel images #79

Closed jeffduda closed 5 years ago

jeffduda commented 5 years ago

Added support for applying an antsrTransform to a multichannel image. Not all ITK interpolators support multichannel pixel types so in those cases, the image is separated into scalar images which are transformed and then remerged back into a multichannel image. That process is invisible to the user.