percentileNormalizer
Description
The percentileNormalizer
object creates a percentile anomaly map
normalizer for a specified anomaly detector using the calculated percentile statistics of
normal, or non-anomalous, images in a datastore. Use this object along with its object
function normalize
, to normalize anomaly score maps from different
detectors to the same range, or to normalize anomaly scores for an anomaly map or a set of
anomaly maps to a specified range.
Note
This functionality requires Deep Learning Toolbox™ and 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.
Creation
Syntax
Description
normalizer = percentileNormalizer(
specifies additional options for normalization parameters using name-value arguments. For
example, dsNormal
,detector
,Name=Value
)NormalPercentileRange
=[0.95 0.99]
sets the
lower and upper percentile statistics range for normal images to [0.95,
0.99]
.
Input Arguments
Properties
Object Functions
normalize | Normalize anomaly score map using percentiles |
More About
Version History
Introduced in R2024b