Elastix components not installed

Hello,

I am using Elastix in 3DSlicer. I also used it in Matlab, but Slicer is better for visualization. I’m for example interested in visualizing the deformation field.
However, I noticed that in 3D Slicer Elastix is limited. For example, I want to use the following components (which I can use with Elastix in Matlab):

  • ShrinkingImagePyramid (pyramid)
  • NearestNeighborInterpolator (interpolator)
  • AdvandKappaStatistic (metric)
    for which I get the following error in Slicer:
    “This component is not installed!”

Is there a way to install extra components?
If not, does someone know how to import/visualize a displacement field in Slicer from a text (ASCII) transformation file (which thus results from performing Elastix registration in Matlab)?

Thank you,

Janneke

Elastix bundled with Slicer is built with default options. Maybe some exotic things are not enabled by default, but most features should work. Where and how do you get these error messages? (what steps do you do exactly to get them?)

You can also use any other Elastix installation (which is built with all the special options you need), by setting its path in Advanced / Custom Elastix toolbox location.

You can of course load a displacement field from file, too. You can directly load displacement fields from mhd files that Elastix (transformix) creates. You can also load linear and bspline transform from text files by calling SlicerElastix module logic’s readElastixTransformToVTK methods from Python console or script.