ETcVnSignedNormalization

Offers options for normalizing images with signed data types.

Syntax

Definition:

enum ETcVnSignedNormalization : SHORT
{
    SN_FIX_ZERO   = 0,
    SN_FULL_SCALE = 1
};

Values

Name

Description

SN_FIX_ZERO

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

SN_FULL_SCALE

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