Login  Register

using threshold in volume rendering

Posted by Heiko Gleitsmann on Sep 07, 2006; 4:08pm
URL: http://imagej.273.s1.nabble.com/using-threshold-in-volume-rendering-tp3701640.html

Hi everyone,

I´m interested in volume rendering and wondering if the threshold from
grayscales could applied to RGB volumes. Can somebody tell me if there is a
way? The problem is that I want to render RGB images and don´t know hot to
handle the threshold. Is it possible to convert a (grayscale-) threshold to
a RGB threshold?

My first idea was:

int threshold = tresh<<16 + tresh<<8 + tresh;

but this seems a little bit silly.

Can somebody help???

THX in advance

--
regards
heiko