|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.apps.UIDMapByMatchingPixelData
public class UIDMapByMatchingPixelData
A class to identify duplicate images based on having the same pixel data hash and constructing collections of their duplicate Study, Series, SOP Instance and Frame of Reference UIDs.
| Nested Class Summary | |
|---|---|
protected class |
UIDMapByMatchingPixelData.OurMediaImporter
|
| Constructor Summary | |
|---|---|
UIDMapByMatchingPixelData(String[] srcs)
Identify different UIDs of duplicate images by using a hash of pixel data values. |
|
| Method Summary | |
|---|---|
Collection<List<String>> |
getDuplicateFrameOfReferenceUIDs()
|
Collection<List<String>> |
getDuplicateSeriesInstanceUIDs()
|
Collection<List<String>> |
getDuplicateSOPInstanceUIDs()
|
Collection<List<String>> |
getDuplicateStudyInstanceUIDs()
|
static void |
main(String[] arg)
Identify different UIDs of duplicate images by using a hash of pixel data values. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UIDMapByMatchingPixelData(String[] srcs)
throws IOException,
DicomException
Identify different UIDs of duplicate images by using a hash of pixel data values.
srcs - one or more source folders or DICOMDIRs
IOException
DicomException| Method Detail |
|---|
public Collection<List<String>> getDuplicateStudyInstanceUIDs()
public Collection<List<String>> getDuplicateSeriesInstanceUIDs()
public Collection<List<String>> getDuplicateSOPInstanceUIDs()
public Collection<List<String>> getDuplicateFrameOfReferenceUIDs()
public String toString()
toString in class Objectpublic static void main(String[] arg)
Identify different UIDs of duplicate images by using a hash of pixel data values.
The duplicate UIDs will be listed in the order in which they are encountered, so if one UID is the canonical UID to which the others are to be matched, order the input paths accordingly.
arg - one or more source folders or DICOMDIRs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||