Flood fill particles according to their size

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

Flood fill particles according to their size

kirill8910
Hello!

I can't find a sutable topic on this... I wonder if it possible to flood fill black particles with different colors according to their "checked" parameters, or size so to say.

The question is - can it be done without binary reconstruction based on result table? Or is it the way?

I tied to look into "Classify Particles" by Gabriel Landini....seems complicated :)

Thank you!
Reply | Threaded
Open this post in threaded view
|

Re: Flood fill particles according to their size

Thomas Boudier
Hi,

Not sure to fully understand, but maybe something like that :

http://imagejdocu.tudor.lu/doku.php?id=macro:roi_color_coder

Thomas

Le 26/03/2012 15:50, kirill8910 a écrit :

> Hello!
>
> I can't find a sutable topic on this... I wonder if it possible to flood
> fill black particles with different colors according to their "checked"
> parameters, or size so to say.
>
> The question is - can it be done without binary reconstruction based on
> result table? Or is it the way?
>
> I tied to look into "Classify Particles" by Gabriel Landini....seems
> complicated :)
>
> Thank you!
>
> --
> View this message in context: http://imagej.1557.n6.nabble.com/Flood-fill-particles-according-to-their-size-tp4656951p4656951.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>

--
   /**********************************************************/
      Thomas Boudier, MCU Université Pierre et Marie Curie,
      Modélisation Cellulaire et Imagerie Biologique (EE1),
      IFR 83, Bat B 7ème étage, porte 723, Campus Jussieu.
      Tel : 01 44 27 46 92   Fax : 01 44 27 22 91
/*******************************************************/
Reply | Threaded
Open this post in threaded view
|

Re: Flood fill particles according to their size

kirill8910
Thomas! That was exactly what I wanted! Thank you!

26.03.2012, 17:56, "Thomas Boudier" <[hidden email]>:

> Hi,
>
> Not sure to fully understand, but maybe something like that :
>
> http://imagejdocu.tudor.lu/doku.php?id=macro:roi_color_coder
>
> Thomas
>
> Le 26/03/2012 15:50, kirill8910 a écrit :
>
>>  Hello!
>>
>>  I can't find a sutable topic on this... I wonder if it possible to flood
>>  fill black particles with different colors according to their "checked"
>>  parameters, or size so to say.
>>
>>  The question is - can it be done without binary reconstruction based on
>>  result table? Or is it the way?
>>
>>  I tied to look into "Classify Particles" by Gabriel Landini....seems
>>  complicated :)
>>
>>  Thank you!
>>
>>  --
>>  View this message in context: http://imagej.1557.n6.nabble.com/Flood-fill-particles-according-to-their-size-tp4656951p4656951.html
>>  Sent from the ImageJ mailing list archive at Nabble.com.
> --
>   /**********************************************************/
>      Thomas Boudier, MCU Université Pierre et Marie Curie,
>      Modélisation Cellulaire et Imagerie Biologique (EE1),
>      IFR 83, Bat B 7ème étage, porte 723, Campus Jussieu.
>      Tel : 01 44 27 46 92   Fax : 01 44 27 22 91
> /*******************************************************/