Package com.pixelmed.convert
Class RawRGBInformation
- java.lang.Object
-
- com.pixelmed.convert.RawRGBInformation
-
public class RawRGBInformation extends java.lang.Object
A class to read a Visible Human README file and extract the information describing the raw RGB image.
-
-
Constructor Summary
Constructors Constructor Description RawRGBInformation(java.lang.String inputFileName)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] arg)
Read a Visible Human README file and extract the information describing the raw RGB image.
-