[vtkusers] display DICOM image

Hellice saouli-abdelhak at hotmail.com
Wed May 30 14:40:52 EDT 2012


vtkImageCast *imageCast = vtkImageCast::New();
   imageCast->SetInput( reader->GetOutput() );
   imageCast->SetOutputScalarTypeToUnsignedChar(); 
imageCast->Update();

try to use this code

abdelhak

--
View this message in context: http://vtk.1045678.n5.nabble.com/display-DICOM-image-tp5713500p5713502.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list