Re: Adding custom measurement
Posted by
Gabriel Landini on
Nov 24, 2013; 7:46pm
URL: http://imagej.273.s1.nabble.com/Adding-a-measurement-type-tp5005620p5005680.html
On Sunday 24 Nov 2013 19:26:30 Peter Haub wrote:
> sorry, more precise my idea was to add custom measurements which are
> performed when the ParticleAnalyzer is used.
What you are asking can be done via the macro language already if there is a
procedure that does something on a single object:
You split your image into a series of single region images (there are a couple
of ways of doing this, via the ROI manager or using Binary Reconstruction)
then process that single region, get the result into a variable and update the
Results Table accordingly (since you know which region of the original you are
processing). Then repeat for all remaining regions.
I use this quite a lot and doing it in batch mode is both transparent and
fast.
If you need an example, just ask.
Cheers
Gabriel
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html