public class SuperimposedDicomSegments extends 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 SortedMap<String,SortedSet<Integer>> |
framesForSegmentBySegmentNumber |
protected SortedMap<String,SuperimposedDicomSegments.SegmentInformation> |
segmentInformationBySegmentNumber |
protected SortedMap<String,SuperimposedImage> |
superimposedImagesBySegmentNumber |
| Constructor and Description |
|---|
SuperimposedDicomSegments(AttributeList list) |
SuperimposedDicomSegments(File file) |
SuperimposedDicomSegments(String filename) |
| Modifier and Type | Method and Description |
|---|---|
Vector<SuperimposedImage> |
getSuperimposedImages() |
static void |
main(String[] arg) |
protected SortedMap<String,SortedSet<Integer>> framesForSegmentBySegmentNumber
protected SortedMap<String,SuperimposedDicomSegments.SegmentInformation> segmentInformationBySegmentNumber
protected SortedMap<String,SuperimposedImage> superimposedImagesBySegmentNumber
public SuperimposedDicomSegments(AttributeList list) throws DicomException
list - DicomExceptionpublic SuperimposedDicomSegments(File file) throws DicomException, IOException
file - DicomExceptionIOExceptionpublic SuperimposedDicomSegments(String filename) throws DicomException, IOException
filename - DicomExceptionIOExceptionpublic Vector<SuperimposedImage> getSuperimposedImages() throws DicomException
DicomExceptionpublic static void main(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