Overlay transform using ComponentAccumulator
This MR adds the overlay transform using ComponentAccumulator
. For now only MC+MC overlay is fully supported and tested (ART tests updated).
The following features are supported:
- detector selection using a string (also backported to the legacy skeleton)
-
pre
/postExec
support:preExec
mainly to override flags,postExec
as usual -
preInclude
not supported -
postInclude
supported - defining additional accumulators to be merged (seeaccFromFragment
)
Legacy and new CA-based transforms are fully reproducible using compatible configurations.
Edited by Tadej Novak