<div>Hi, fblupi,</div><div><br></div><div>In your example, you change the vtkImageViewer2's vtkImageMapToWindowLevlColors, That will change the whole image color, instead of the points which fall in the greyscale range.</div><div><br></div><div>By the way, for "ctf->AddRGBPoint(density, red, green, blue)", what's the meaning of density? Is it the greyscale value? With the AddRGBPoint(), how to keep the initial color of other points which are beyond the greyscale range?</div><div><br></div><div>Thanks</div><div>Liu Peng<br><br></div>
 <span>
 </span>
<br>      在2016-04-10,"fblupi" <fboli94@gmail.com> 写道:
        <blockquote id="isReplyContent" style="padding-left:1ex; margin: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
        -----原始邮件-----<br>
        <b>发件人:</b>"fblupi" <fboli94@gmail.com> <br>
        <b>发送时间:</b>2016年04月10日 星期日<br>
        <b>收件人:</b>"vtkusers" <vtkusers@vtk.org><br>
        <b>主题:</b>Re: [vtkusers] How to display the points in a greyscale range in other colors for DICOM series via vtkImageViewers<br>
<br>If you use vtkImageViewer2 it's easy adding color and you can do it by<br>setting a vtkColorTransferFunction previously defined. Something like this:<br><br>...<br><br>iv2 = vtkSmartPointer<vtkImageViewer2>::New();<br>ctf = vtkSmartPointer<vtkColorTransferFunction>::New();<br><br>// add colors some colors with ctf->AddRGBPoint(density, red, green, blue);<br><br>iv2->GetWindowLevel()->SetLookupTable(ctf);<br><br>...<br><br>I hope you will find this useful.<br><br><br><br>--<br>View this message in context: http://vtk.1045678.n5.nabble.com/How-to-display-the-points-in-a-greyscale-range-in-other-colors-for-DICOM-series-via-vtkImageViewers-tp5737603p5737604.html<br>Sent from the VTK - Users mailing list archive at Nabble.com.<br>_______________________________________________<br>Powered by www.kitware.com<br><br>Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html<br><br>Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<br><br>Search the list archives at: http://markmail.org/search/?q=vtkusers<br><br>Follow this link to subscribe/unsubscribe:<br>http://public.kitware.com/mailman/listinfo/vtkusers<br></blockquote><br><br><span title="neteasefooter"><p> </p></span>