[vtkusers] Dicom Window/Level

Bill Lorensen bill.lorensen at gmail.com
Thu Jun 18 14:13:40 EDT 2015


dicom data is usually short, not unsigned short... try changing
m_imageDataVTK->SetScalarTypeToUnsignedShort();
to
m_imageDataVTK->SetScalarTypeToShort();

On Thu, Jun 18, 2015 at 1:49 PM, gregthom992 <gregthom992 at gmail.com> wrote:
> Did you or anyone ever figure out why this is ?
>
> I am trying to understand why too.
>
> Thanks
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Dicom-Window-Level-tp3212699p5732438.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtkusers mailing list