|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.apps.ConvertPlanarConfiguration
public class ConvertPlanarConfiguration
A class of static methods to convert the planar configuration of a multiple samples per pixel image, i.e., to change color-by-plane to color-by-pixel or vice versa.
| Constructor Summary | |
|---|---|
ConvertPlanarConfiguration(String inputFileName,
String outputFileName)
Read a DICOM color image input format file and change the planar configuration of the encoded pixel data. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Read a DICOM color image input format file and change the planar configuration of the encoded pixel data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConvertPlanarConfiguration(String inputFileName,
String outputFileName)
throws DicomException,
FileNotFoundException,
IOException
Read a DICOM color image input format file and change the planar configuration of the encoded pixel data.
inputFileName - the input file nameoutputFileName - the output file name
DicomException
FileNotFoundException
IOException| Method Detail |
|---|
public static void main(String[] arg)
Read a DICOM color image input format file and change the planar configuration of the encoded pixel data.
arg - two parameters, the inputFile, outputFile
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||