Getting calculated values from a plugin to an object

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Getting calculated values from a plugin to an object

Thomas Kesper
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