Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 2.49 KB

File metadata and controls

42 lines (25 loc) · 2.49 KB

Back to Projects List

OpenAnatomy support in 3D Slicer

Key Investigators

  • Andras Lasso (Queen's University, Canada)
  • Michael Halle (Brigham and Women’s Hospital and Harvard Medical School)
  • Steve Pieper (Isomics)

Project Description

OpenAnatomy is an initiative to change the anatomy atlas through open data, community-based collaborative development, and free distribution of medical knowledge. In the first phase of the project a few existing atlases were converted into a common format and made publicly accessible via a simple web application. The project is starting its next phase, which aims to design a storage format that is suitable for storing anatomical images, shapes, and descriptive information, and develop tools for viewing, creating, and editing these atlases.

3D Slicer supports importing, visualizing, and annotating medical images and export the resulting data in a variety of formats. Therefore, 3D Slicer could serve as a basis of an OpenAnatomy authoring tool.

OpenAnatomy project needs an authoring tool and 3D Slicer almost fulfills all the needs except specific import/export features and some improvements in data annotation capabilities.

Objectives

Improve 3D Slicer’s existing features to support glTF file format export/import and allow defining hierarchies and standard terminology for segmented structures. Tasks are shared between experienced Slicer core developers and junior software developers, and directed by OpenAnatomy experts.

Approach and Plan

  1. Implement glTF exporter module that allows writing segmentations or model hierarchies as glTF files.
  2. Test and optimize workflow based on converting and editing existing anatomical atlases.

Progress and Next Steps

  1. Evaluated multiple gltf toolkits. Found that tinygltf library seems to be small but capable enough to fulfill our needs.
  2. Converted Voxel-man models to Slicer segmentation object

Segmentation developments needed to better support atlases (with hundreds of segments):

  • Reduce memory need of saving (we cannot save segmentations with many labels)
  • Many operations are very slow
  • Segment search/filter option needed

Background and References