Results 749 comments of Matt McCormick

Log from running the an elastix registration: ``` 2021-02-10 17:30:46.289032-0500 Python[18878:22250766] dynamic_cast error 1: Both of the following type_info's should have public visibility. At least one of them is hidden....

We can add support for `itk.ParameterObject` like we did recently with `itk.Image`: https://github.com/InsightSoftwareConsortium/ITK/pull/2039

Hi, Is the issue the comma character, `,` here: `"3,952542"`?

We can save to `.iwm.cbor` with [itk-webassemblyinterface](https://pypi.org/project/itk-webassemblyinterface/). We can save to NGFF tables following https://github.com/InsightSoftwareConsortium/ITKIOOMEZarrNGFF/issues/30.

- https://github.com/InsightSoftwareConsortium/ITK/blob/master/Modules/IO/GDCM/src/itkGDCMImageIO.cxx - `gdcmImageHelper` -> sorting classes - https://github.com/malaterre/GDCM/blob/424e5f22db27ba2c7b8e8dde2020635e48b56e8d/Examples/Cxx/SortImage.cxx#L41 - https://github.com/malaterre/GDCM/blob/424e5f22db27ba2c7b8e8dde2020635e48b56e8d/Testing/Source/MediaStorageAndFileFormat/Cxx/TestIPPSorter2.cxx#L32

Notes: - We do not want to read from directories - We want to take as inputs the dicom file headers, `itk::wasm::BinaryFile` or `itk::wasm::BinaryStream` - In the C++ tests, these...

Rebase started in #1197

@lum1n0us thanks for the note! Any plans to create a PR to this repository?

@jcfr push this branch into `commontk`?