Matt McCormick

Results 430 comments of Matt McCormick

Could we also add [itkwidgets](https://itkwidgets.readthedocs.io/en/latest/)? The current values are: ``` itkwidgets y n y y y y n n ``` Also add a column for v0.4 metadata?

>I had an issue while testing the itkwidgets in a conda env on Mac M1 See https://github.com/InsightSoftwareConsortium/itkwidgets/issues/548 Thanks for the report. I followed up there. Here is what I get...

Read and write zip support is important for working with these datasets in a way that reduces the number of inodes on local filesystems but also objects in JavaScript /...

We have found that a good Zip library is [minizip-ng](https://github.com/zlib-ng/minizip-ng).

With CMake options: ``` option(MZ_COMPAT OFF "Enables compatibility layer") option(MZ_ZLIB OFF "Enables ZLIB compression") option(MZ_BZIP2 OFF "Enables BZIP2 compression") option(MZ_LZMA OFF "Enables LZMA & XZ compression") option(MZ_ZSTD OFF "Enables ZSTD...

Hi, Hopefully a helpful pointer (and a request :-)) for a monogenic signal filter: https://arxiv.org/abs/1703.09199 which is the multi-dimensional analog to the analytic signal from the Hilbert transform. We have...

@SimonRit Yes, we will make ITKUltrasound available as an ITK remote module following @dzenanz 's work to support remote module dependencies in ITK 5.2: https://github.com/InsightSoftwareConsortium/ITK/commit/fa1082b92953b09c48ae0d65a96ddfbfd33c7c36#diff-e7efda826b6d097e47d7cb2cd6b1cf126084197d7834e7b022048183509c774b It would be nice to...

Hi @fcjxxl , could you please try itk-wasm.

Hi @fcjxxl, A few items to find out why this is the case: - Does the WebPack example work for you? - What is your Node version? - Are there...

We are currently blocked by a bug in Firefox: https://github.com/InsightSoftwareConsortium/itk-wasm/blob/12eb34db0fb1a2efdd71c1e5a60bf9808e6d2310/src/core/internal/createWebWorkerPromise.ts#L19-L32