Click or drag to resize
SoMathematicalFunctionProcessingMathematicalOperators Enumeration

Namespace: OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum MathematicalOperators
Members
  Member nameValueDescription
EXPONENTIAL0

This operator computes the exponential value of each pixel : .

LOGARITHM1

This operator computes the natural logarithm value of each pixel : (logarithm to the base )

SQUARE2

This operator computes the square value of each pixel : .

SQUAREROOT3

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.

Remarks