|
Hi Users,
I want to call IJ Plugins from a central class that collects the
plugin-results( ROI centroids, customized ROI histograms, ROI Shape, ..
) and transforms them to a more convenient format for my further
computation (i.e. put the overall computation results to another
application / algorithm framework).
Is there a best practice or recommended way to do this?
My first idea was to give in an object in the method signature for
writing to it, but then the IJ Plugin Interface method signatures are
violated.
thanks in advance
Thomas
|