public class SuperimposedDicomSegments
extends java.lang.Object
A class that supports extracting DICOM segmentation objects with one or more segments as superimposed images.
| Modifier and Type | Class and Description |
|---|---|
protected class |
SuperimposedDicomSegments.SegmentInformation |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.SortedMap<java.lang.String,java.util.SortedSet<java.lang.Integer>> |
framesForSegmentBySegmentNumber |
protected java.util.SortedMap<java.lang.String,SuperimposedDicomSegments.SegmentInformation> |
segmentInformationBySegmentNumber |
protected java.util.SortedMap<java.lang.String,SuperimposedImage> |
superimposedImagesBySegmentNumber |
| Constructor and Description |
|---|
SuperimposedDicomSegments(AttributeList list) |
SuperimposedDicomSegments(java.lang.String filename) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<SuperimposedImage> |
getSuperimposedImages() |
static void |
main(java.lang.String[] arg) |
protected java.util.SortedMap<java.lang.String,SuperimposedDicomSegments.SegmentInformation> segmentInformationBySegmentNumber
protected java.util.SortedMap<java.lang.String,SuperimposedImage> superimposedImagesBySegmentNumber
protected java.util.SortedMap<java.lang.String,java.util.SortedSet<java.lang.Integer>> framesForSegmentBySegmentNumber
public SuperimposedDicomSegments(AttributeList list) throws DicomException
list - DicomExceptionpublic SuperimposedDicomSegments(java.lang.String filename)
throws DicomException,
java.io.IOException
filename - DicomExceptionjava.io.IOExceptionpublic java.util.Vector<SuperimposedImage> getSuperimposedImages() throws DicomException
DicomExceptionpublic static void main(java.lang.String[] arg)
arg - the underlying image file name, the superimposed segmentation object file name, and optionally the file name basis for a consumer format image rendering