particle analyzer etc.

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

particle analyzer etc.

Matthias Kirsch
Dear all,

is there a way to select particles based on parameters other than area or circularity, e.g. mean density in an image, the measurements are redirected to, and to combine such parameters logically, such that only particles are measured, which are of a certain size and mean density...
In addition: is there some way to sort a results table easily, like in EXCEL and then click on a specific particle in the table and get this particle highlighted in the image and vice versa.

Thanks very much

Matthias
Reply | Threaded
Open this post in threaded view
|

Re: particle analyzer etc.

Sami Badawi-2
Hi Matthias,

The ShapeLogic plugin has a Color Particle Analyzer, in which you can
make rules based on different properties. Here is a rule for a
labeling particles that have an aspect ratio between 0.9 and 1.1 and a
gray value of over 150.

LoadLetterStreams.rule("Light round", StreamNames.COLOR_GRAY, ">", 150, null);
LoadLetterStreams.rule("Light round", ASPECT_RATIO, "<", 1.1, null);
LoadLetterStreams.rule("Light round", ASPECT_RATIO, ">", 0.9, null);

Link: http://www.shapelogic.org/particle.html
The selected particles can be exported to Excel, but not highlighted
in the images.

-Sami Badawi
http://www.shapelogic.org/particle.html

On Mon, Oct 27, 2008 at 7:04 AM, Matthias Kirsch
<[hidden email]> wrote:

> Dear all,
>
> is there a way to select particles based on parameters other than area or
> circularity, e.g. mean density in an image, the measurements are redirected
> to, and to combine such parameters logically, such that only particles are
> measured, which are of a certain size and mean density...
> In addition: is there some way to sort a results table easily, like in EXCEL
> and then click on a specific particle in the table and get this particle
> highlighted in the image and vice versa.
>
> Thanks very much
>
> Matthias
> --
> View this message in context: http://n2.nabble.com/particle-analyzer-etc.-tp1381876p1381876.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: particle analyzer etc.

Gabriel Landini
In reply to this post by Matthias Kirsch
On Monday 27 October 2008 11:04:31 Matthias Kirsch wrote:

> Dear all,
>
> is there a way to select particles based on parameters other than area or
> circularity, e.g. mean density in an image, the measurements are redirected
> to, and to combine such parameters logically, such that only particles are
> measured, which are of a certain size and mean density...
> In addition: is there some way to sort a results table easily, like in
> EXCEL and then click on a specific particle in the table and get this
> particle highlighted in the image and vice versa.
>
> Thanks very much
>
> Matthias

This may be useful

http://www.dentistry.bham.ac.uk/landinig/software/classify/classify.html

Cheers

G.