Name

adams.flow.transformer.IntersectOverUnion


Synopsis

Computes the Intersect Over Union (IOU) of objects with the specified report from storage.
It stores the iou percentage of the highest iou found (iou_highest) and the total number of iou greater than the specified minimum (iou_count).
If a label key (located object meta-data) has been supplied, then the label of the object with the highest iou gets stored as well (iou_label_highest) and whether the labels match (iou_label_highest_match)


Additional information

Flow input/output:
- input: adams.data.image.AbstractImageContainer, adams.data.report.Report, adams.data.report.ReportHandler
- output: adams.data.image.AbstractImageContainer, adams.data.report.Report, adams.data.report.ReportHandler


adams.flow.transformer.IntersectOverUnion is deprecated!
Use instead: adams.flow.transformer.DetermineOverlappingObjects, adams.data.objectoverlap.IntersectOverUnionRatio

Options