[Insight-users] The Insight Journal-New Submission

Insight Journal webmaster at insightsoftwareconsortium.org
Fri Jul 3 17:39:40 EDT 2009


Hello,
A new submission has been added to the Insight Journal.

Title: Alternative Memory Models for ITK Images
Author(s):Mueller D.
Abstract: 
By default ITK images use a contiguous memory model. This means pixel elements are stored in a single 1-D array, where each element is adjacent in memory to the  previous element. However in some situations it is not desirable to use this memory model. This document describes three alternative memory models: slice contiguous, sparse, and single-bit binary images. Slice contiguous images are three-dimensional images, in which each slice is stored in a contiguous 1-D array, but the slices are not necessarily adjacent in memory. Slice contiguous images are well suited for interoperability with applications representing images using DICOM. Sparse images are n-dimensional images, in which each pixel is stored in a hash table data structure. This memory model is well suited for images with very large dimensions, but few pixels which are actually relevant. Single-bit binary images internally represent each pixel as a single-bit, in contrast to eight-bits required to represent a bool
 ean. Single-bit binary images allow very compact representations for on-off masks. Source code, tests, and examples are provided to allow easy reproduction and use.

Download and Review the paper at: http://www.insight-journal.org/browse/publication/646

Generated by the Insight Journal
You are receiving this email because you asked to be informed by the Insight Journal for new submissions.
                    
To change your email preference go to http://www.insight-journal.org .


More information about the Insight-users mailing list