no.hiof.imagepr.examples
Class IntensityImageTest

java.lang.Object
  extended byno.hiof.imagepr.examples.IntensityImageTest

public class IntensityImageTest
extends java.lang.Object

In this example an X-ray image is red from the internet and inverted. The image is represented by an IntensityImage, which has a matrix (two dimentional array) of short values with the intensities in each pixel. The short type has 16 bits, but only the lowest 8 bits (values 0-255) will have effect when visualizing the image.

The image is visualized using different colormaps.


Constructor Summary
IntensityImageTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntensityImageTest

public IntensityImageTest()
Method Detail

main

public static void main(java.lang.String[] args)