Documentation of 'ij.util.DicomTools' Java class
DicomTools
ij.util

Class DicomTools



  • public class DicomTools
    extends java.lang.Object
    DICOM utilities
    • Constructor Summary

      Constructors 
      Constructor and Description
      DicomTools() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getTag(ImagePlus imp, java.lang.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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DicomTools

        public DicomTools()
    • Method Detail

      • getVoxelDepth

        public static double getVoxelDepth(ImageStack stack)
        Calculates the voxel depth of the specified DICOM stack based on the distance between the first and last slices.
      • getTag

        public static java.lang.String getTag(ImagePlus imp,
                                              java.lang.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. Returns null if the tag id is not found.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.