Re: Can you retrieve values from the Log window in a macro?
Posted by Gabriel Landini on Oct 14, 2009; 11:32am
URL: http://imagej.273.s1.nabble.com/Can-you-retrieve-values-from-the-Log-window-in-a-macro-tp3690795p3690796.html
On Wednesday 14 October 2009 11:53:06 HoweLab wrote:
> I am writing a macro that uses a number of plugins (right now, I'm using
> Gabriel Landini's Convex Hull Plus extensively), all of which return values
> into the Log window. Is there some way of reading those values so the macro
> can use them for later steps?
Hi,
which values do you want to retrieve? Maybe the Particles8 plugin returns
these into the ResultsTable.
CHull: Convex Hull or convex polygon calculated from pixel centres. (This
value is the same as the perimeter only for rectangular particles),
CArea: Area of the Convex Hull polygon,
and some other.
Although thinking about it, that would not work only if you are analysing the
convex disconnected components.
Regards
G.