Enum SoImageStackProjectionProcessing3d.ProjectionModes

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ENERGY
      Compute the energy of the sequence based on this formula: .
      ENTROPY
      Compute the entropy of the sequence based on this formula: where is the probability to have a pixel with value (it's the number of those pixels divided by the total number of pixels).
      GRADIENT_MAXIMA
      Select the pixel with the highest gradient.
      INTENSITY_MAXIMA
      Select the pixel with the highest value of the sequence.
      INTENSITY_MINIMA
      Select the pixel with the lowest value of the sequence.
      MEAN
      Compute the average of the sequence.
      MEDIAN
      Select the pixel which is the median of the sequence.
      PROJECTION
      Sum all values of the sequence.
      VARIANCE
      Compute the variance of the sequence.