Hi,fblupi,<br><br>At present our application only uses VTK. When vtkImageViewer2 is displayed, its vtkImageMapToWindowLevelColors has a default view. What I need is only the points falling in the specific greyscale range are displayed in other color, the other points keeps the old color. With your code, the vtkImageMapToWindowLevelColors will be changed and the points beyond the range will be displayed in dark. <br><br>I get one thought: get the original lookuptable of vtkImageMapToWindowLevelColors and change the RGB of the point whose density falls in the range. However, when I try to get the lookupTable by m_imageViewer.GetWindowLevel().GetLookupTable(), it returns null.<br><br>Thanks<br>Liu Peng<br>
 <span>
 </span>
<br>      在2016-04-11,"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月11日 星期一<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>"Density" is a density value for a material of your volume (for example air<br>has around -1000, bone 400...).<br><br>The original grayscale puts darker colors for materials with lower values.<br>That's why you can see the air black.<br><br>I don't know the value in which the original grayscale turns from black to<br>gray. But you can use 3D Slicer to help you getting these values. With this<br>software you can load a serie of DICOM files and inspect them.<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-tp5737603p5737606.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>