not sure of the problem.

Try, for example,

ReadImage ReadImage ReadImage ReadImage ReadImage
| | | | |
CollectSeries
| (for series member number put in 0, 64, 128, 192, 256
| for now, unless you have some actual "z" values)
Stack (,2) (2 is the stack in the 3rd dimension, where
| dimensions 0 and 1 are for the images)
|

Each image has to be the same size (e.g., 256x256). Now, you should have a volume of size 256x256x256 with grid dimensions 256x256x5 with RGB colors at each pixel location.

What do you want to do with volume?

If for example you wanted to show a surface at some constant intensity from the images, then use Convert after each ReadImage, to convert from RGB to HSV. Then, do the following after Stack

|
Mark (,"color")
|
Compute(,float(a)/255.0)
|
Convert(,"rgb","hsv")
|
Compute(,a.2)
|
Isosurface(,0.5)
|
Image
|








To: Lloyd A Treinish/Watson/[EMAIL PROTECTED]
cc:
Subject: Re: [opendx-users] Forming 3D volume from Tiffs



Hi lloyd,
I tried doing this but the images do not stack up.
Even if i take only two tiff and give it to the
collect series and stack it displays four images on
the screen each alligned side by side.
I dont know what is wrong.
regards,
Anand

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

Reply via email to