SoImageStackProjectionProcessing3dProjectionModes Enumeration |
Namespace: OIV.ImageViz.Engines.ImageManipulation.StackOperations
Member name | Value | Description | |
---|---|---|---|
INTENSITY_MAXIMA | 0 | Select the pixel with the highest value of the sequence. | |
GRADIENT_MAXIMA | 1 | Select the pixel with the highest gradient. This mode enables the OIV.ImageViz.Engines.ImageManipulation.StackOperations.SoImageStackProjectionProcessing3d.gradientOperator field. | |
PROJECTION | 2 | Sum all values of the sequence. | |
INTENSITY_MINIMA | 3 | Select the pixel with the lowest value of the sequence. | |
MEDIAN | 4 | Select the pixel which is the median of the sequence. | |
MEAN | 5 | Compute the average of the sequence. | |
VARIANCE | 6 | Compute the variance of the sequence. | |
ENTROPY | 7 | 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). | |
ENERGY | 8 | Compute the energy of the sequence based on this formula: . |