Package com.pixelmed.display
Class SuperimposedDicomSegments
java.lang.Object
com.pixelmed.display.SuperimposedDicomSegments
A class that supports extracting DICOM segmentation objects with one or more segments as superimposed images.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
-
Field Details
-
segmentInformationBySegmentNumber
protected SortedMap<String,SuperimposedDicomSegments.SegmentInformation> segmentInformationBySegmentNumber -
superimposedImagesBySegmentNumber
-
framesForSegmentBySegmentNumber
-
-
Constructor Details
-
SuperimposedDicomSegments
- Parameters:
list
-- Throws:
DicomException
-
SuperimposedDicomSegments
- Parameters:
filename
-- Throws:
DicomException
IOException
-
SuperimposedDicomSegments
- Parameters:
file
-- Throws:
DicomException
IOException
-
-
Method Details
-
getSuperimposedImages
- Returns:
- the superimposed images, one per segment
- Throws:
DicomException
-
main
- Parameters:
arg
- the underlying image file name, the superimposed segmentation object file name, and optionally the file name basis for a consumer format image rendering
-