no.hiof.imagepr.examples
Class IntensityImageTest
java.lang.Object
no.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.
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 |
IntensityImageTest
public IntensityImageTest()
main
public static void main(java.lang.String[] args)