MathTransformMethod

NI Vision for LabWindows/CVI Function

MathTransformMethod

The transform function a function uses.

Elements

Name

Value

Description

IMAQ_TRANSFORM_LINEAR 0 The function uses linear remapping.
IMAQ_TRANSFORM_LOG 1 The function uses logarithmic remapping. Enhances contrast for small pixel values and reduces contrast for large pixel values.
IMAQ_TRANSFORM_EXP 2 The function uses exponential remapping. Enhances contrast for large pixel values and reduces contrast for small pixel values.
IMAQ_TRANSFORM_SQR 3 The function uses square remapping. Similar to exponential remapping but with a more gradual effect.
IMAQ_TRANSFORM_SQRT 4 The function uses square root remapping. Similar to logarithmic remapping but with a more gradual effect.
IMAQ_TRANSFORM_POWX 5 The function uses power X remapping. Causes variable effect depending on power.
IMAQ_TRANSFORM_POW1X 6 The function uses power 1/X remapping. Causes variable effect depending on power.
IMAQ_MATH_TRANSFORM_METHOD_SIZE_GUARD 0xFFFFFFFF Reserved