Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Data Classification » Statistics » FindMatchingRegions_IoU

FindMatchingRegions_IoU


Module: FoundationPro

Finds corresponding regions in two arrays based on IoU value.

Name Type Range Description
Input value inMasks RegionArray Original masks
Input value inMasksClasses IntegerArray
Input value inPredicted RegionArray Regions from the classifier
Input value inPredictedClasses IntegerArray
Input value inThreshold Double
Output value outMatchedIndexes Integer?Array
Output value outMatchedRegions Region?Array
Output value outScores Double?Array Returns scores of accepted regions
Diagnostic input diagCandidateScores Double?Array Returns best scores for regions

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError All regions in inMasks and inPredicted should have this same format.
DomainError inMasks and inMasksClasses has different element count
DomainError inPredicted and inPredictedClasses has different element count

Complexity Level

This filter is available on Basic Complexity Level.