Using image macro language its easy to access column in the results table after using e.g analyze particles.
for (f=1; f<nResults; f++ )
{
myArea[f] = getResult(“Area”, f);
myXcoord[f] = getResult(“XM”, f);
myYcoord[f] = getResult(“YM”, f);
}
How do I do that for the morpholibJ results that come out of the Analyze regions plugin