Normalize Image

Normalizes an image with regard to its value range, for example by spreading the pixel values [50..150] to the full range [0..255].
Optionally, a Boolean signal can be selected for the Enable Execution input so that the algorithm is only active if the value of the selected signal is TRUE.
Configuration options
- Alpha: (Optional) Lower range limit for range normalization or target value for normalization.
- Beta: (Optional) Upper range limit when normalizing the value range.
- Norm Type: (Optional) Normalization type, only INF, L1, L2 or MINMAX.
- Dest Type: (Optional) Color depth of the target image. Usually SAME_AS_SOURCE.
Output values
- Count Results: Is incremented when a new result is provided.
- hr: HRESULT error code that outputs the result of the processing.
- Image: Initial image of the algorithm.
- New Result: (Optional) TRUE if a new result is provided.