normalize
R2026bDescription
normalizes an anomaly map, normalizedMap = normalize(normalizer,map)map, using the map percentile statistics
computed by the percentileNormalizer object normalizer.
specifies options for anomaly map normalization using one or more name-value arguments. For
example, normalizedMap = normalize(normalizer,map,Name=Value)NormalOutputRange=[0 0.2] specifies the normalized map output
range of a normal image as [0, 0.2].
Input Arguments
Name-Value Arguments
Output Arguments
Tips
The normalized anomaly score values returned in the
argument are unbounded. To limit the range of the normalized anomaly scores, such as to [0, 1] for use withnormalizedMapanomalyMapOverlay, specify the range using thename-value argument.OutputClipRange