Name

adams.flow.transformer.ImageObjectOverlap


Synopsis

Computes the overlap of objects with the specified report from storage.
It stores the overlap percentage of the highest overlap found (overlap_highest) and the total number of overlaps greater than the specified minimum (overlap_count).
If a label key (located object meta-data) has been supplied, then the label of the object with the highest overlap gets stored as well (overlap_label_highest) and whether the labels match (overlap_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.ImageObjectOverlap is deprecated!
Use instead: adams.flow.transformer.DetermineOverlappingObjects, adams.data.objectoverlap.AreaRatio

Options