elastix icon indicating copy to clipboard operation
elastix copied to clipboard

Remove requirement for disk IO for non-default TransformixFilter outputs

Open thewtex opened this issue 5 years ago • 0 comments

Suggested by the comments here:

https://github.com/SuperElastix/elastix/blob/75f52c644a1b84b3ba266aa11e161512c50291a9/Core/Main/itkTransformixFilter.hxx#L117-L124

Disk IO is currently required for computing the spatial jacobian, determinant of the spatial jacobian, deformation field, fixed point set transformations. It would be excellent if we can avoid that in the Python interface.

thewtex avatar Oct 16 '20 19:10 thewtex