|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.apps.ConvertPaletteColorToGrayscale
public class ConvertPaletteColorToGrayscale
A class of static methods to convert PALETTE COLOR to MONOCHROME2 images.
| Constructor Summary | |
|---|---|
ConvertPaletteColorToGrayscale(String inputFileName,
String outputFileName)
Read a DICOM image input format file with a Photometric Interpretation of PALETTE COLOR, and from it create a DICOM image of Photometric Interpretation MONOCHROME2. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Read a DICOM image input format file with a Photometric Interpretation of PALETTE COLOR, and from it create a DICOM image of Photometric Interpretation MONOCHROME2. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConvertPaletteColorToGrayscale(String inputFileName,
String outputFileName)
throws DicomException,
FileNotFoundException,
IOException
Read a DICOM image input format file with a Photometric Interpretation of PALETTE COLOR, and from it create a DICOM image of Photometric Interpretation MONOCHROME2.
inputFileName - the input file nameoutputFileName - the output file name
DicomException
FileNotFoundException
IOException| Method Detail |
|---|
public static void main(String[] arg)
Read a DICOM image input format file with a Photometric Interpretation of PALETTE COLOR, and from it create a DICOM image of Photometric Interpretation MONOCHROME2.
arg - two parameters, the inputFile, outputFile
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||