<div>You can fire a pick event when the user clicks the mouse:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; Picker-&gt;Pick(eventpos[0], eventpos[1], 0, renderer);</div>
<div>&nbsp;&nbsp;&nbsp; </div>
<div>Then you can get the mapped position:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; Picker-&gt;GetMapperPosition(...);</div>
<div>&nbsp;</div>
<div>Then&nbsp; the final x,y locs of the original image I get by:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; originalX = (int)(ptMapped[0] / pixel_spacing_x + 0.5);</div>
<div>&nbsp;&nbsp;&nbsp; // same for y.</div>
<div>&nbsp;</div>
<div>This always has given me the correct 'real' location.</div>
<div>&nbsp;</div>
<div>Mark<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/5/05, <b class="gmail_sendername">Renaud Isabelle</b> &lt;<a href="mailto:renauisa@yahoo.fr">renauisa@yahoo.fr</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Hi all,</div>
<div>&nbsp;</div>
<div>I have read&nbsp;an initial&nbsp;3D image from a file with itkImageFileReader&nbsp;and displayed with VTK through&nbsp;vtkImageData/vtkImageActor.</div>
<div>&nbsp;</div>
<div>Now, since a known world position in 3D x,y,z, I would like to retrieve the pixel value at this point of my image. </div>
<div>&nbsp;</div>
<div>This seems to be a complex problem,&nbsp;because I don't want the pixel data that is displayed at this position but the pixel data of the raw&nbsp;image, that is no rescaled instead.</div>
<div>&nbsp;</div>
<div>Is there some example where such a thing is done? Or any function? </div>
<div>&nbsp;</div>
<div>Thanks, </div><span class="sg">
<div>&nbsp;</div>
<div>Isabelle</div></span><span class="ad">
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p>
<hr size="1">
<b><font color="#ff0000">Appel audio GRATUIT</font> partout dans le monde</b> avec le nouveau Yahoo! Messenger<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://us.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.messenger.yahoo.com" target="_blank">
Téléchargez le ici !</a> 
<p></p></p></span><br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br><br><br></blockquote></div><br>