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

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

2017-11-30 Thread joe kozak
grabbed frames from a standard youtube color video via ffmpeg used something like $./imageSeriesToVolume -sz 1.0 -o test.vtk -i input*.jpeg loaded test.vtk in paraview 5.0.1 and also paraview 5.4.1 on information tab i see: scalars unsigned char [33,239] "Map Scalars" on or off I get no