ETcVnSignedNormalization

Offers options for normalizing images with signed data types.

Syntax

Definition:

TYPE ETcVnSignedNormalization :
(
    TCVN_SN_FIX_ZERO   := 0,
    TCVN_SN_FULL_SCALE := 1
)INT;
END_TYPE

Values

Name

Description

TCVN_SN_FIX_ZERO

The value 0 is fixed, i.e. the normalized image might only reach either the minimum or maximum value.

TCVN_SN_FULL_SCALE

The image is normalized to the full value range, i.e. a prior value of 0 might be != 0 after normalization.

Verwandte Funktionen