adams.flow.transformer.ImageObjectOverlap
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)
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
The logging level for outputting errors and debugging output.
command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> |
default | WARNING |
min-user-mode | Expert |
The name of the actor.
command-line | -name <java.lang.String> |
default | ImageObjectOverlap |
The annotations to attach to this actor.
command-line | -annotation <adams.core.base.BaseAnnotation> |
default |
|
If set to true, transformation is skipped and the input token is just forwarded as it is.
command-line | -skip <boolean> |
default | false |
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
command-line | -stop-flow-on-error <boolean> |
default | false |
min-user-mode | Expert |
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
command-line | -silent <boolean> |
default | false |
min-user-mode | Expert |
The name of the storage item to merge with (Report or ReportHandler).
command-line | -storage-name <adams.flow.control.StorageName> |
default | storage |
The object finder for locating the objects of interest.
command-line | -finder <adams.data.objectfinder.ObjectFinder> |
default | adams.data.objectfinder.AllFinder |
The minimum ratio that an overlap must have before being considered an actual overlap.
command-line | -min-overlap-ratio <double> |
default | 0.0 |
minimum | 0.0 |
maximum | 1.0 |
The (optional) key for a string label in the meta-data; if supplied the value of the object with the highest overlap gets stored in the report using overlap_label_highest, overlap_label_highest_match stores whether the labels match.
command-line | -label-key <java.lang.String> |
default |
|
If enabled, the object data from the other report is used/forwarded in case of an overlap.
command-line | -use-other-object <boolean> |
default | false |
If enabled, the additional predicted objects not present in actual objects will be checked.
command-line | -additional-object <boolean> |
default | false |
If enabled, the average overlap ratio will be used instead of just using ratio this->other.
command-line | -average-ratio <boolean> |
default | false |