Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/packages/mesh-filters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/introduction/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ request](https://github.com/InsightSoftwareConsortium/ITK-Wasm/compare) to add i
| [@itk-wasm/elastix][elastix-repo] | [<img src="../_static/packages/elastix.png" width="128" />][elastix-demo-js] <br /> *A toolbox for rigid and nonrigid registration of images.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][elastix-demo-js] <br/>[🕮 Docs][elastix-docs-js] <br/>[📦 Package][elastix-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][elastix-docs-py] <br/>[📦 Package][elastix-package-py] |
| [@itk-wasm/htj2k][htj2k-repo] | [<img src="../_static/packages/htj2k.png" width="128" />][htj2k-demo-js] <br /> *Wasm-SIMD accelerated decoding and encoding High-throughput JPEG2000 (HTJ2K) images.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][htj2k-demo-js] <br/>[🕮 Docs][htj2k-docs-js] <br/>[📦 Package][htj2k-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][htj2k-docs-py] <br/>[📦 Package][htj2k-package-py] |
| [@itk-wasm/image-io][image-io-repo] | [<img src="../_static/packages/image-io.png" width="128" />][image-io-demo-js] <br /> *Input and output for scientific and medical image file formats.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][image-io-demo-js] <br/>[🕮 Docs][image-io-docs-js] <br/>[📦 Package][image-io-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][image-io-docs-py] <br/>[📦 Package][image-io-package-py] |
| [@itk-wasm/mesh-filters][mesh-filters-repo] | [<img src="../_static/packages/mesh-filters.png" width="128" />][mesh-filters-demo-js] <br /> *Mesh filters to repair, remesh, subdivide, decimate, smooth, triangulate, etc.* Thumbnail from [ct2print.org](https://ct2print.org). | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][mesh-filters-demo-js] <br/>[🕮 Docs][mesh-filters-docs-js] <br/>[📦 Package][mesh-filters-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][mesh-filters-docs-py] <br/>[📦 Package][mesh-filters-package-py] |
| [@itk-wasm/mesh-io][mesh-io-repo] | [<img src="../_static/packages/mesh-io.png" width="128" />][mesh-io-demo-js] <br /> *Input and output for scientific and medical mesh file formats.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][mesh-io-demo-js] <br/>[🕮 Docs][mesh-io-docs-js] <br/>[📦 Package][mesh-io-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][mesh-io-docs-py] <br/>[📦 Package][mesh-io-package-py] |
| [@itk-wasm/morphological-contour-interpolation][morphological-contour-interpolation-repo] | [<img src="../_static/packages/morphological-contour-interpolation.png" width="128" />][morphological-contour-interpolation-demo-js] <br /> *Input and output for scientific and medical mesh file formats.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][morphological-contour-interpolation-demo-js] <br/>[🕮 Docs][morphological-contour-interpolation-docs-js] <br/>[📦 Package][morphological-contour-interpolation-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][morphological-contour-interpolation-docs-py] <br/>[📦 Package][morphological-contour-interpolation-package-py] |

Expand Down Expand Up @@ -74,6 +75,13 @@ request](https://github.com/InsightSoftwareConsortium/ITK-Wasm/compare) to add i
[image-io-docs-py]: https://insightsoftwareconsortium.github.io/ITK-Wasm/image-io/py/docs/
[image-io-package-py]: https://pypi.org/project/itkwasm-image-io/

[mesh-filters-repo]: https://github.com/InsightSoftwareConsortium/ITK-Wasm/tree/main/packages/mesh-filters
[mesh-filters-demo-js]: https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-filters/ts/app/
[mesh-filters-docs-js]: https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-filters/ts/docs/
[mesh-filters-package-js]: https://www.npmjs.com/package/@itk-wasm/mesh-filters
[mesh-filters-docs-py]: https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-filters/py/docs/
[mesh-filters-package-py]: https://pypi.org/project/itkwasm-mesh-filters/

[mesh-io-repo]: https://github.com/InsightSoftwareConsortium/ITK-Wasm/tree/main/packages/mesh-io
[mesh-io-demo-js]: https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-io/ts/app/
[mesh-io-docs-js]: https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-io/ts/docs/
Expand Down
4 changes: 4 additions & 0 deletions packages/compare-meshes/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

> Compare meshes and polydata for regression testing.

[👨‍💻 **Live API Demo** ✨](https://insightsoftwareconsortium.github.io/ITK-Wasm/compare-meshes/ts/app/ ':include :type=iframe width=100% height=800px')

[🕮 **Documentation** 📚](https://insightsoftwareconsortium.github.io/ITK-Wasm/compare-meshes/ts/docs/)

## Installation

```sh
Expand Down
4 changes: 4 additions & 0 deletions packages/mesh-filters/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

> Mesh filters to repair, remesh, subdivide, decimate, smooth, triangulate, etc.

[💻 **Live API Demo** ✨](https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-filters/ts/app/ ':include :type=iframe width=100% height=800px')

[🕮 **Documentation** 📚](https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-filters/ts/docs/)

## Installation

```sh
Expand Down
3 changes: 1 addition & 2 deletions packages/mesh-io/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

> Input and output for mesh file formats.

[💻 **Live API Demo** ✨](https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-io/ts/docs/
':include :type=iframe width=100% height=800px')
[💻 **Live API Demo** ✨](https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-io/ts/app/ ':include :type=iframe width=100% height=800px')

[🕮 **Documentation** 📚](https://insightsoftwareconsortium.github.io/ITK-Wasm/mesh-io/ts/docs/)

Expand Down
6 changes: 6 additions & 0 deletions packages/transform-io/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

> Input and output for scientific and medical coordinate transform file formats.


[💻 **Live API Demo** ✨](https://insightsoftwareconsortium.github.io/ITK-Wasm/transform-io/ts/app/
':include :type=iframe width=100% height=800px')

[🕮 **Documentation** 📚](https://insightsoftwareconsortium.github.io/ITK-Wasm/transform-io/ts/docs/)

## Installation

```sh
Expand Down
Loading