<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-9">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-postaStili17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=TR link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>Hi Everyone;<o:p></o:p></p>

<p class=MsoNormal>I&#8217;m developing a DICOM viewer using Java and VTK and i
need to show the pixel and hounsfield unit value of a clicked point. I&#8217;
ve done the exactly same thing that Mark Wyszomierski   described here: <a
href="http://devsample.org/index.php?option=com_content&amp;task=view&amp;id=48&amp;Itemid=27">http://devsample.org/index.php?option=com_content&amp;task=view&amp;id=48&amp;Itemid=27</a>
and i get the correct pixel value(at least i hope so) but i couldn&#8217;t
convert it to hounsfield unit using this formula: hu= pixel*slope+intercept .
Bone value must be over +400 hu, but i get negative values. Actually i have
implemented the MPR with vtkImagePlaneWidget(s) too and it shows the real
hounsfield unit value of the clicked point and for example the bone value
changes while dragging the mouse on a bone but at my implemantation it always
show the same value (pixel value is 255 and hu is -700 or something like this).
How can i convert the pixel value to hounsfield unit or how can i get the real
scalar values of a clicked point of CT data set? <o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>Yours sincerely;<o:p></o:p></p>

<p class=MsoNormal>Sercani&#8230;<o:p></o:p></p>

</div>

</body>

</html>