Difference between revisions of "JPEG2000 and HDF5 Image Readers in ITK"

From NAMIC Wiki
Jump to: navigation, search
Line 15: Line 15:
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
 
We are adding support for JPEG2000 files (via [http://www.openjpeg.org/ OpenJpeg]), and will be looking soon at [http://www.hdfgroup.org/HDF5/ HDF5] support.
 
We are adding support for JPEG2000 files (via [http://www.openjpeg.org/ OpenJpeg]), and will be looking soon at [http://www.hdfgroup.org/HDF5/ HDF5] support.
 +
Requests and suggestions from the community are being gathered at
 +
http://www.itk.org/Wiki/Proposals:JPEG_2000_ImageIO
 
</div>
 
</div>
 
<div style="width: 40%; float: left;">
 
<div style="width: 40%; float: left;">

Revision as of 15:46, 6 June 2010

Home < JPEG2000 and HDF5 Image Readers in ITK

Key Investigators

  • Harvard Medical School: Kishore Mosaliganti, Sean Megason
  • Kitware: Luis Ibanez

Project

Objective

Add support to ITK for reading very large microscopy datasets, in particular by reading regions of interest, and subsampled versions.

Approach, Plan

We are adding support for JPEG2000 files (via OpenJpeg), and will be looking soon at HDF5 support. Requests and suggestions from the community are being gathered at http://www.itk.org/Wiki/Proposals:JPEG_2000_ImageIO

Progress

An initial version of the JPEG2000 support is avalable at: http://svn.na-mic.org/NAMICSandBox/trunk/JPEG2000ImageIO/

We have joined the development team of Open Jpeg and setup a Dashboard for it at: http://my.cdash.org/index.php?project=OPENJPEG

The current JPEG2000ImageIO class can

  • Read j2k and jp2 images, in 8-bits
  • Write j2k and jp2 images, in 8-bits