itk-wasm
itk-wasm copied to clipboard
High performance spatial analysis in a web browser, Node.js, and across programming languages and hardware architectures
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Re: #716 and removal of itkConfig.js.
Refactor into `packages/`: 1.`@itk-wasm/dicom` (currently in `dist/`), then incorporate the ./io/internal/pipelines/image/read-dicom/CMakeLists.txt 2. `@itk-wasm/image-io` 3. `@itk-wasm/mesh-io` 4. ~`@itk-wasm/polydata-io`~ - no longer supported 6. `@itk-wasm/mesh-to-polydata` (migrate to [remote module repository](https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData)) 7. Migrate...
When using `readImageDicomFileSeries` for reading a multiframe dicom file of SOP class = 1.2.840.10008.5.1.4.1.1.66.4 which is Segmentation modality. The file is read but with incorrect spacing and image dimensions. I...
WIP patch: ``` diff --git a/packages/core/python/itkwasm/itkwasm/pipeline.py b/packages/core/python/itkwasm/itkwasm/pipeline.py index 1424b68b..417a31a0 100644 --- a/packages/core/python/itkwasm/itkwasm/pipeline.py +++ b/packages/core/python/itkwasm/itkwasm/pipeline.py @@ -345,7 +345,7 @@ class Pipeline: if mesh.numberOfPoints > 0: data_ptr = ri.get_output_array_address(0, index, 0) data_size...
Add `bufferedRegion` property to `itk.Image`. This will be optional and have an `index` and `size` property. The current `size` corresponds to ITK's LargestPossibleRegion.