normalize
Description
normalizes an anomaly map, normalizedMap
= normalize(normalizer
,map
)map
, using the map percentile statistics
computed by the percentileNormalizer
object normalizer
.
Note
This functionality requires the Automated Visual Inspection Library for Computer Vision Toolbox™. You can install the Automated Visual Inspection Library for Computer Vision Toolbox from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
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
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 withnormalizedMap
anomalyMapOverlay
, specify the range using the
name-value argument.OutputClipRange
Version History
Introduced in R2024b