Re: [Paraview] unable to RGB voxel from tiff/jpeg slice to volume

2017-12-01 Thread Cory Quammen
> To: joe kozak > Cc: paraview@paraview.org > Subject: Re: [Paraview] unable to RGB voxel from tiff/jpeg slice to volume > > Joe, > > This is more of a question for the ITK discussion forum [1], but I'll > give you a potential solution here. > > The problem is that > &g

Re: [Paraview] unable to RGB voxel from tiff/jpeg slice to volume

2017-11-30 Thread Cory Quammen
Joe, This is more of a question for the ITK discussion forum [1], but I'll give you a potential solution here. The problem is that typedef itk::Image ImageType; declares a 3-dimensional scalar-valued image, not a 3-component (RGB) 2-dimensional image. To declare an RGB ITK image, try