[vtkusers] insert 2D image into 3D Volume
Shekhar.Chandra at csiro.au
Shekhar.Chandra at csiro.au
Thu Nov 4 18:48:58 EDT 2010
Hi Andre,
It's simple in ITK, a sister project to VTK well suited to medical imaging:
PasteImageFilter class is what u want in ITK. You can find more ITK slice (2D to 3D) stuff on my blog at
< http://l3mmings.blogspot.com/2010/08/slices-stacks-and-itk.html >
In VTK:
Perhaps try vtkSelectArraySlices, vtkArrayExtentsList, vtkExtractSelectedSlices or vtkImageReslice.
Best of luck,
Cheers
Shakes
Date: Thu, 04 Nov 2010 16:49:43 +0100
From: Andre Bongers <a.bongers at mediri.com>
Subject: [vtkusers] insert 2D image into 3D Volume
To: vtkusers at vtk.org
Message-ID: <4CD2D617.3000903 at mediri.com>
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Hi,
I would like to insert a 2D image (which I extracted before) into a 3D
Image Volume of medical data.
The 3D Volume has the dimensions 256 x 256 x 20 and I would like to
replace slice 15 (in z-direction) by a 2D slice of same x-y dimensions
256 x 256 x 1. z-position which I got from a different source.
Since I did't find any clue, how to do that I would be glad if anyone
can give me a hint...
E.g. is there a filter which does something like that ?
Thanks
Andre
------------------------------
_______________________________________________
vtkusers mailing list
vtkusers at vtk.org
http://www.vtk.org/mailman/listinfo/vtkusers
End of vtkusers Digest, Vol 79, Issue 14
****************************************
More information about the vtkusers
mailing list