Login  Register

Re: ImageJ Integer LUT / Overlay

Posted by Michael Doube on Aug 21, 2010; 12:06am
URL: http://imagej.273.s1.nabble.com/ImageJ-Integer-LUT-Overlay-tp3687194p3687197.html

Edward,

Check out the particle analyser in BoneJ, which does more or less what
you want, I think.  Anyway, take a look and let me know whether it is
useful (or not).

http://bonej.org/particles

Michael

On 20/08/10 18:11, Edward Ando' wrote:

> Dear ImageJ Community, a bit of a tricky question:
>
> I have a segmented volume of particles, each with a discrete integer
> value (first particle value = 1, second particle 2 etc).
>
> I have calculated various data at the particle level (e.g. volume),
> which I would like to visualise in my 3D volume. I need what I consider
> to be an integer lookup table, so that the label 1 can be looked up to
> its volume, label 2 a different volume, etc. This way instead of
> labels, I can see the numeric volume as the value for a particular
> particle.
>
> I have tried using a calibration but this seems to want to fit curves
> to everything.
>
> What is the easiest way to achieve what I want?
>
> Thanks in advance,
> Edward Ando