Hello !
I have a lot of algorithms with the same output and only one identical input.
I don’t know how to handle them.
For example, to detect 1 circle in an image, I have 3 algorithms with the same output (x, y and radius) and an image in the first input. But for the 3 algorithms I also have other inputs like thresholds or parameters.
In addition, it is not impossible for me to add other algorithms later.