<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Michele,<br>
<br>
vtkStructuredPoints is an empty subclass of vtkImageData, and
vtkDICOMImageReader produces vtkImageData. What is the data type of the
scalars in your image? If it's something other than unsigned char, you
could pass it through vtkImageShiftScale
(<a class="moz-txt-link-freetext" href="http://www.vtk.org/doc/release/5.0/html/a01583.html">http://www.vtk.org/doc/release/5.0/html/a01583.html</a>) to convert from
your data set's scalar type to unsigned char.<br>
<br>
Also, you could use vtkFixedPointVolumeRayCastMapper instead of
vtkVolumeRayCastMapper. Both can do MIP, but
vtkFixedPointVolumeRayCastMapper operates on all scalar types.<br>
<br>
- Amy<br>
<br>
Michele Marco wrote:
<blockquote cite="mid000801c6e724$bcbcb340$0301a8c0@MICHELE" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.2963" name="GENERATOR">
  <style></style>
  <div><font size="5">The problem is that the image mast be "unsigned
char" and "Structured point" because i need to realize MIP with volume
RayCastMipFunction and VolumeRayCastMapper. I try to use
vtkDicomImageReder but the result is bed !!! I need to convert dicom
image (.dcm) to vtk scalar image (raw) to use 3D Function .Thanks to
help me !!!</font></div>
  <div><font size="5">Michele Grimaldi (resercher for CNR Naples)</font>&nbsp;</div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at: <a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a>
  </pre>
</blockquote>
</body>
</html>