Class AlgorithmDTIColorDisplay

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.awt.event.WindowListener, java.lang.Runnable, java.util.EventListener

    public class AlgorithmDTIColorDisplay
    extends AlgorithmBase
    Author:
    pandyan This is the main dialog for the DTI Color Display References: Developed in concert with Sinisa Pajevic from the NIH/CIT/DCB/MSCL group, Lin-Ching Chang D.Sc., Carlo Pierpaoli MD Ph.D., and Lindsay Walker MS from the the NIH/NICHD/LIMB/STBB group and Olga Vogt from the NIH/CIT/DCB/ISL/BIRSS group: Mathematical and Statistical Computing Laboratory (MSCL) Biomedical Imaging Research Services Section (BIRSS) Imaging Sciences Laboratory (ISL) Division of Cumputational Bioscience (DCB) Center for Informational Technology (CIT) Section on Tissue Biophysics and Biomimetics (STBB) Laboratory of Integrative and Medical Biophysics (LIMB) National Institute of Child Health & Humann Development National Institutes of Health Publication Reference: S. Pajevic and C. Pierpaoli, "Color Schemes to Represent the Orientation of Anisotropic Tissues from Diffusion Tensor Data: Application to White Matter Fiber Tract Mapping in the Human Brain," Magnetic Resonance in Medicine, vol. 42, no. 3, pp. 526-540, 1999
    • Field Detail

      • eigvecSrcImage

        private ModelImage eigvecSrcImage
        eigenvector src image *
      • decImage

        private ModelImage decImage
        the eigvecSrcImage without the last 6 time volumes *
      • destExtents

        private int[] destExtents
        result image extents *
      • channelImages

        private ModelImage[] channelImages
        extraced 3D Model Images from image...red Image is [0], green image is [1], blue image is [2] *
      • subsetAlgo

        private AlgorithmSubset subsetAlgo
        handle for Algorithm Subset *
      • resultImage

        private ModelImage resultImage
        result image *
      • remapMode

        private boolean remapMode
        boolean for remap *
    • Constructor Detail

      • AlgorithmDTIColorDisplay

        public AlgorithmDTIColorDisplay​(ModelImage eigvecSrcImage)
        constructor *
    • Method Detail

      • createModelImage

        private void createModelImage()
        create result model image
      • getResultImage

        public ModelImage getResultImage()
        get Result Image
        Returns:
        resultImage