08.06.2015 Views

Volume 2, Algorithms - mipav - National Institutes of Health

Volume 2, Algorithms - mipav - National Institutes of Health

Volume 2, Algorithms - mipav - National Institutes of Health

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

M I P A V<br />

M e d i c a l I m a g e P r o c e s s i n g, A n a l y s i s, & V i s u a l i z a t i o n<br />

Chapter 2, Using MIPAV <strong>Algorithms</strong>:<br />

API. Application program interface. Pieces <strong>of</strong> code that are used to<br />

perform common tasks, such as generate a standard window frame.<br />

S<strong>of</strong>tware developers <strong>of</strong>ten incorporate these pieces <strong>of</strong> code into their<br />

programs. An API is analogous to a package <strong>of</strong> form letters; APIs reduce<br />

programming time because common functions have already been written.<br />

BMP. Extension for Windows Bitmap formatted files. BMP is the<br />

standard bitmap graphics file format that is used in the MS Windows<br />

environment.<br />

boolean. This data type refers to data that represents symbolic<br />

relationships between entities, such as those implied by the logical<br />

operators AND, NOT, and OR. Examples <strong>of</strong> valid boolean values are<br />

TRUE and FALSE.<br />

bytecode. Compiled format for Java code. Bytecode is analogous to<br />

object code. When the Java program is written and compiled, the<br />

compiled program is written in bytecode. When you execute the bytecode<br />

program, it is interpreted by the platform-specific Java Virtual Machine,<br />

which serves as an interface between your platform and the platformindependent<br />

bytecode. Java bytecode can be ported to almost any<br />

platform and executed, provided the correct Java Virtual Machine has<br />

been installed.<br />

CIT. Center for Information Technology. CIT provides, coordinates, and<br />

manages information technology so that computational science at the<br />

<strong>National</strong> <strong>Institutes</strong> <strong>of</strong> <strong>Health</strong> is advanced.<br />

color 24. Color 24 is commonly referred to as 24-bit color images. Full<br />

RGB color requires that the intensities <strong>of</strong> three color components be<br />

specified for each and every pixel. It is common for each component<br />

intensity to be stored as an 8-bit integer, and so each pixel requires 24<br />

bits to completely and accurately specify its color. Image formats that<br />

store a full 24 bits to describe the color <strong>of</strong> each and every pixel are<br />

therefore known as 24-bit color images.<br />

CR. Computed radiography.<br />

MIPAV User’s Guide, <strong>Volume</strong> 2, <strong>Algorithms</strong> 749<br />

12/5/08

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!