elastix
                                
                                
                                
                                    elastix copied to clipboard
                            
                            
                            
                        Remove requirement for disk IO for non-default TransformixFilter outputs
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.