counting particles within an are

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

counting particles within an are

gilsimone
Hi
Any advice on counting particles within a specific are? I can count the particles within the whole image
but having a hard time to restrict in to a certain area
Thank you
Reply | Threaded
Open this post in threaded view
|

Re: counting particles within an are

ed3203
if you are using the analyse; analyse particles function you can simply create a box using the "create box button" or by using the following macro:

makeRectangle(292, 363, 73, 75);

the threshold will set to the box properties and the analysis will work from that.
Reply | Threaded
Open this post in threaded view
|

Re: counting particles within an are

gilsimone
Thanks.

What about if I want to trace a contour around an area (which is a blob of color) and then count the particles within that area?



On Wed, Feb 2, 2011 at 12:57 PM, ed3203 [via ImageJ] <[hidden email]> wrote:
if you are using the analyse; analyse particles function you can simply create a box using the "create box button" or by using the following macro:

makeRectangle(292, 363, 73, 75);

the threshold will set to the box properties and the analysis will work from that.



If you reply to this email, your message will be added to the discussion below:
http://imagej.588099.n2.nabble.com/counting-particles-within-an-are-tp5980132p5984296.html
To unsubscribe from counting particles within an are, click here.