Package com.pixelmed.display
Class SuperimposedDicomImage
java.lang.Object
com.pixelmed.display.SuperimposedImage
com.pixelmed.display.SuperimposedDicomImage
A class that supports matching the geometry of a superimposed DICOM image and an underlying images, and creating BufferedImages suitable for drawing on an underlying image.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmed.display.SuperimposedImage
SuperimposedImage.AppliedToUnderlyingImage
-
Field Summary
Fields inherited from class com.pixelmed.display.SuperimposedImage
cieLabScaled, DEFAULT_CLOSEST_SLICE_TOLERANCE_DISTANCE, superimposedGeometry, superimposedSourceImage
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pixelmed.display.SuperimposedImage
getAppliedToUnderlyingImage, getAppliedToUnderlyingImage, getIntegerScaledCIELabPCS, isSliceCloseEnoughToSuperimpose, isSliceCloseEnoughToSuperimpose
-
Constructor Details
-
SuperimposedDicomImage
- Parameters:
list
-- Throws:
DicomException
-
SuperimposedDicomImage
- Parameters:
filename
-- Throws:
DicomException
IOException
-
-
Method Details
-
main
- Parameters:
arg
- the underlying image file name, the superimposed image file name, and optionally the file name basis for a consumer format image rendering
-