Matt McCormick

Results 417 comments of Matt McCormick

@LabbaAwwabi getting closer to make it easier to set up... Testing / feedback / improvements appreciated for the Hello World: https://insightsoftwareconsortium.github.io/itk-js/examples/hello_world_node.html

Hi @Athius , A few points that may be helpful: - You cannot use the same web worker in parallel -- it will result in simultaneous access and the observed...

@FezVrasta this may be helpful: https://github.com/InsightSoftwareConsortium/itk-wasm/blob/12eb34db0fb1a2efdd71c1e5a60bf9808e6d2310/test/browser/core/WebWorkerPoolTest.js#L23-L56

xref https://discourse.itk.org/t/extracting-header-information-from-dicom-image/2187/3 @agirault

@JoMaCaCha do you have a C++ TubeTK pipeline that you want to apply?

Yes, this is the correct process. 1. Create a Docker image that enables the ITKTubeTK module in the ITK build. 2. Build C++ your processing pipeline. If you have a...

@obermillerk I can understand your frustration. Yes, it sounds like there is some sort of environment issue. One approach that make it easier to reveal what is happening is to...

A path forward to input vtkPolyData along with vtkImageData is being provided in the vtk.js ITKHelper: https://github.com/Kitware/vtk-js/pull/2321

Examples: https://kitware.github.io/vtk-js/examples/ItkWasmGeometry.html https://kitware.github.io/vtk-js/examples/ItkWasmVolume.html