[vtkusers] vtk_unsigned_char?
David Gobbi
dgobbi at irus.rri.ca
Fri Jul 6 10:32:11 EDT 2001
Which reminds me, I haven't harped on this in a while (at least a
couple weeks!) so here goes: Any filters that do float->int
conversion should have support for different rounding modes
(RoundToZero, RoundToNegInfinity(floor), RoundToNearest). This
includes vtkImageCast, vtkImageShiftScale, vtkImageAccumulate,
and probably others as well. Right now they always use
'round-to-zero,' which is almost never the rounding mode that
people want for image processing.
- David
--
David Gobbi, MSc dgobbi at irus.rri.ca
Advanced Imaging Research Group
Robarts Research Institute, University of Western Ontario
On Fri, 6 Jul 2001, John Biddiscombe wrote:
> vtkImageCast
> See also vtkImageShiftScale
>
> JB
>
> At 04:21 06/07/2001, Karshi wrote:
> >Hi,
> >
> > I am trying to use the vtkVolumeRayCastMapper(), and it keep saying
> >that I need to convert my data to
> >VTK_UNSIGNED_CHAR or VTK_UNSIGNED_SHORT.
> > Can you tell how it's done inPython?
> >Thanks
> >
> >
> >_______________________________________________
> >This is the private VTK discussion list.
> >Please keep messages on-topic. Check the FAQ at:
> ><http://public.kitware.com/cgi-bin/vtkfaq>
> >Follow this link to subscribe/unsubscribe:
> >http://public.kitware.com/mailman/listinfo/vtkusers
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list