[vtkusers] DICOM pixel value is strange
arwtyxouymz
arw.tyx-ouy_mz at ezweb.ne.jp
Fri Oct 20 20:49:20 EDT 2017
Thank you for your help, Cory!
I tried to do
static_cast<unsigned char*>(image->GetScalarPointer(ijk));
but it doesn't work well.....
My dicom image's PixelRepresentation is 1, so i also tried to do
static_cast<signed char*>(image->GetScalarPointer(ijk));
but it also doesn't work well.
Why???
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list