SoMathematicalFunctionProcessingMathematicalOperators Enumeration |
Namespace: OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms
Member name | Value | Description | |
---|---|---|---|
EXPONENTIAL | 0 | This operator computes the exponential value of each pixel : . | |
LOGARITHM | 1 | This operator computes the natural logarithm value of each pixel : (logarithm to the base ) | |
SQUARE | 2 | This operator computes the square value of each pixel : . | |
SQUAREROOT | 3 | This operator computes the square root value of each pixel : . See also: OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoHistogramEqualizationProcessing, OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoMatchContrastProcessing, OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms.SoShadingCorrectionProcessing. |