An open API service indexing awesome lists of open source software.

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

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.