A portable software framework for medical imaging research. jViewbox consists of a set of Java classes organized under a simple and yet extensive API that provides the core functionality of 2-D image presentation needed by most imaging applications.
Features
Description
jViewBox is a flexible framework in Java for developing portable and high-performance biomedical imaging applications. It consists of a set of Java classes, organized under a simple and yet extensive API, that provides the core functionality of 2-D image presentation needed by most imaging applications. It handles the display of 2-D image sequences in user definable layouts, with the built-in capabilities of zooming, panning, flipping, rotating by 90 degrees, and look-up tables. It also supports image display overlays in the form of text, arbitrary geometric shapes, and images, all with the option of being opaque or translucent.System Requirements
Java
Installation
This section describes how to compile the jViewBox 2.0b source
code from a shell or command prompt using the J2SE SDK version 1.3 or
later. It also describes how to compile and run the demonstration viewer
and how to generate HTML API documentation. A build script is included
for use with Apache Ant, an open-source Java-based build tool.
How to Compile jViewBox 2.0b
This section describes how to compile the jViewBox 2.0b source
code from a shell or command prompt using the J2SE SDK version 1.3 or
later. It also describes how to compile and run the demonstration viewer
and how to generate HTML API documentation. A build script is included
for use with Apache Ant, an open-source Java-based build tool.
How to Compile jViewBox 2.0b
Purpose
Any biomedical (or non-biomedical) imaging application with a need of 2-D image display, for example, radiology workstation, medical teaching file system, and biomedical imaging research projects like brain mapping and computer-aided diagnosis.