|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.util.DicomTools
public class DicomTools
DICOM utilities
| Constructor Summary | |
|---|---|
DicomTools()
|
|
| Method Summary | |
|---|---|
static String |
getTag(ImagePlus imp,
String id)
Returns the value (as a string) of the specified DICOM tag id (in the form "0018,0050") of the specified image or stack slice. |
static double |
getVoxelDepth(ImageStack stack)
Calculates the voxel depth of the specified DICOM stack based on the distance between the first and last slices. |
static ImageStack |
sort(ImageStack stack)
Sorts a DICOM stack by image number. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DicomTools()
| Method Detail |
|---|
public static ImageStack sort(ImageStack stack)
public static double getVoxelDepth(ImageStack stack)
public static String getTag(ImagePlus imp,
String id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||