Login  Register

Re: ImageJ Integer LUT / Overlay

Posted by dscho on Aug 20, 2010; 8:01pm
URL: http://imagej.273.s1.nabble.com/ImageJ-Integer-LUT-Overlay-tp3687194p3687195.html

Hi,

On Fri, 20 Aug 2010, Edward Ando' wrote:

> 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.

There is the wonderful "Show color surfaces" menu entry in Fiji's
Plugin>Process menu. You can call it after attaching a lookup table (also
known as "color map") to your (8-bit) image.

Beginnings of a documentation are to be found at:

http://pacific.mpi-cbg.de/wiki/index.php/Show_Color_Surfaces

This plugin was written by Mark Longair and uses the 3D Viewer written by
Benjamin Schmid.

So if you find this useful you should cite Mark's and Benjamin's work.

Ciao,
Johannes