Main Content
evaluateInstanceSegmentation
Syntax
Description
also specifies an overlap threshold for the intersection over union (IoU) metric, or Jaccard
Index. When the IoU of the predicted object mask in metrics
= evaluateInstanceSegmentation(dsResults
,dsTruth
,threshold
)dsResults
and the
ground truth object mask in dsTruth
is equal to or greater than the
overlap threshold, the prediction is considered a true positive.
Input Arguments
Output Arguments
Version History
Introduced in R2022b