Login  Register

Re: Measurement hierarchy

Posted by Sami Badawi-2 on Dec 02, 2008; 11:27am
URL: http://imagej.273.s1.nabble.com/Measurement-hierarchy-tp3694349p3694352.html

Hi Karsten,

Here is one solution using the the ShapeLogic plugin.
I assume that the image's color coding is using in inverted lookup
table, otherwise you have to change a few things.

Do an Image Calculation Or between you original image and the mask
that is in the top center of your image link.
Now you have the original image with the background being black and
the regions separated by thin black lines.

Call the ShapeLogic>> RGB Color Particle Analyzer
With these settings:
Max distance: 0
Min pixels: 0
Max pixels: 100000000
RGB R: 0
RGB G: 0
RGB B / Gray: 255
Background: checked
CountOnly: unchecked
ToMask: unchecked
DisplayInternalInfo: unchecked

Here is a link: http://www.shapelogic.org/particle.html

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

On Tue, Dec 2, 2008 at 5:28 AM, Karsten Rodenacker <[hidden email]> wrote:

> Hello ImageJ-experts and -gurus,
> following the for me very helpful thread with Delaunay and Voronoi
> partitions I have now another problem difficult for me to solve:
>
> See image http://picasaweb.google.com/lh/photo/CebTTCSWQsR5LjUzN9BRPg; I
> would like to measure several parameters like area, mean density, variation
> etc. for each region and for each small particle. As the region image is (in
> this case) an exo-skelteton derived from the particles, each region has a
> related particle.
>
> Unluckily "Analyse particle" numbers each measurement different. To preserve
> the relationship I have to measure the regions and the particles both
> additionally with the label image to get a common label.
>
> If I like to measure from the particles the area only I have divided the
> particle (binary) image by 255 and measured than the integrated density
> using the region rois. That was a solution for nerv fibres with axon.
>
> Is there any idea to combine such measurement hierachy with less effort?
>
> Best regards
>
> Karsten Rodenacker
> [hidden email]
>