Login  Register

Programmaticly applying an LUT to an ImagePluse

Posted by Robert Lockwood on Nov 18, 2013; 9:18pm
URL: http://imagej.273.s1.nabble.com/Programmaticly-applying-an-LUT-to-an-ImagePluse-tp5005592.html

I'd like to try to apply an LUT such as "fire" to my very low contrast 16
bit unsigned ImagePlus.  The image displays very well using the below code:

        ContrastEnhancer ce = new ContrastEnhancer();
        ce.equalize(imp);

I've not been able to find an example using Google so have come to drink
from the well of knowledge again, Thanks.

Nate
--
When I was 12 I thought I would live forever.
So far, so good.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html