Difference between revisions of "2014 Summer Project Week:mipiX"

From NAMIC Wiki
Jump to: navigation, search
Line 27: Line 27:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
*
+
Discussions led to:
 +
* need support for multiple-sized images
 +
* need support for various input types
 +
* need support for more high dimensions, or fast switching between dimensions. We are considering use of mouse wheel.
 +
Features implemented
 +
* Support for (individual) mask files has been implemented and tested, although not yet in the full framework
 +
* blending between images implemented
 +
* started work on a simple GUI.
 +
* investigated CamanJS for image control.
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 22:02, 26 June 2014

Home < 2014 Summer Project Week:mipiX

Key Investigators

- Adrian Dalca, Ramesh Sridharan, Erjona Topalli, Polina Golland, MIT

Project Description

This is a new approach for fast and effective visualization of large image collections in population studies. The key insight is to collapse inherently high-dimensional imaging data onto an interactive two-dimensional canvas native to a computer screen in a way that enables intuitive browsing of the image data. Increasingly, medical image computing research involves exploring large image sets with high intrinsic dimensionality. This includes three dimensions for each medical volume, and many meta-dimensions such as subject index, modality type in multimodal studies, time in longitudinal studies, or parameter choice in parameter sweep experiments. Current visualization tools generally display one or few 2D slices or 3D renderings at a time, and do not provide a natural way to explore the meta-dimensions.

Lupus Dataset Demo

ADNI Demo

Time series demo

Objective

  • We intend to incorporate several new features into the tool, including the display of appropriate information about the volume and support for individual masks for each volume.

Approach, Plan

Progress

Discussions led to:

  • need support for multiple-sized images
  • need support for various input types
  • need support for more high dimensions, or fast switching between dimensions. We are considering use of mouse wheel.

Features implemented

  • Support for (individual) mask files has been implemented and tested, although not yet in the full framework
  • blending between images implemented
  • started work on a simple GUI.
  • investigated CamanJS for image control.