Click or drag to resize
SoMathematicalFunctionProcessingMathematicalOperators Enumeration

Namespace: OIV.ImageViz.Engines.ImageFiltering.GrayscaleTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.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: SoHistogramEqualizationProcessing, SoMatchContrastProcessing, SoShadingCorrectionProcessing.

Remarks