Matt McCormick
Matt McCormick
@N-Dekker @mstaring @stefanklein there was more to do than expected for the Windows Python packages, but we are green now :-). I updated the sampler parallelism for ITK 5. This...
When `itk::TransformixFilter` is templated with a `TMovingImage` that does not match the internal `ElastixTemplate` `TMovingImage`, this `dynamic_cast` will fail: https://github.com/SuperElastix/elastix/blob/a187f9af5d11abff558faad1aaa4605e8c15bcce/Core/Kernel/elxElastixTemplate.hxx#L100-L101 and no moving image will be detected here: https://github.com/SuperElastix/elastix/blob/a187f9af5d11abff558faad1aaa4605e8c15bcce/Core/Kernel/elxElastixTemplate.hxx#L387-L388 and...
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...
With `wapm validate .` or `wapm upload`, on a WASI binary built with WASI-SDK 16 (attached), the error occurs: ``` Error: WASM file "./VTKImageIOReadImage.wasi.wasm" detected as invalid because InvalidWasm {...
@jourdain we will need a `vtkJSONDataSetReader` for this.
xref #512