Welcome to our Support Center
-
Quick start
-
API
-
Updated
Normalize
Description
Normalizes the norm or value range of an array. Type : polymorphic.
Input parameters
Image Src : class, type accepted U8, I16, RGB and HSL.
Normalize Parameters : cluster,
Alpha : float, norm value to normalize to or the lower range boundary in case of the range normalization.
Beta : float, upper range boundary in case of the range normalization; it is not used for the norm normalization.
Norm Type : integer, normalization type.
NORM_INF | |
NORM_L1 | |
NORM_L2 | |
NORM_MINMAX | flag |
Output parameters
Image Dst : class
Example
All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install TIGR library to run it).
Table of Contents