Matt McCormick

Results 417 comments of Matt McCormick

I am not sure -- unfortunately, I do not have time to dig into it at the moment.

How about using an inverse distance map generated from the segmentation for the speed image?

@N-Dekker I addressed these warnings in ITK via https://github.com/InsightSoftwareConsortium/ITK/pull/4519/commits/7231bf793f552517e309a354ee5643b3f2967ed0 -- bumping ITK should do the trick!

Re https://github.com/InsightSoftwareConsortium/ITK/issues/4358, patches can be added to the vcpkg configuration.

I am merging `master` into `centos`, then the rebase and PR should work better...

I have updated the `centos` branch by merging from master. Please rebase by cherry-picking this patch on `centos`. Let's use `thewtex/opengl:centos` for the images on this branch for now.

Hi, is this with the latest version, 1.0.0-b119? https://www.npmjs.com/package/itk-wasm?activeTab=versions

Hi, yes, node 8 may not know what to do with `import.meta.url`. Node 8 was marked End of Life by the node team at the end of 2019. You could...

It is possible to create a [File from an ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/API/File/File).