https://github.com/insightsoftwareconsortium/itkmeshtopolydata
Convert an ITK Mesh to a simple data structure compatible with vtk.js PolyData
https://github.com/insightsoftwareconsortium/itkmeshtopolydata
Last synced: 5 months ago
JSON representation
Convert an ITK Mesh to a simple data structure compatible with vtk.js PolyData
- Host: GitHub
- URL: https://github.com/insightsoftwareconsortium/itkmeshtopolydata
- Owner: InsightSoftwareConsortium
- License: apache-2.0
- Created: 2019-02-24T03:30:01.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T20:59:09.000Z (9 months ago)
- Last Synced: 2025-04-12T02:22:33.685Z (9 months ago)
- Language: C++
- Homepage:
- Size: 447 KB
- Stars: 6
- Watchers: 13
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ITKMeshToPolyData
=================================
.. image:: https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/workflows/Build,%20test,%20package/badge.svg
:target: https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/actions/workflows/build-test-package.yml
:alt: Build, test, package
.. image:: https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/actions/workflows/wasm.yml/badge.svg
:target: https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/actions/workflows/wasm.yml
:alt: WebAssembly
.. image:: https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/actions/workflows/documentation.yml/badge.svg
:target: https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/actions/workflows/documentation.yml
:alt: Documentation
.. image:: https://img.shields.io/pypi/v/itk-meshtopolydata.svg
:target: https://pypi.python.org/pypi/itk-meshtopolydata
:alt: PyPI
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/blob/master/LICENSE)
:alt: License
Overview
--------
Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.
ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional scientific images.