Hi vtk users,<br><br>I want to display some points over a 2D-image, it displays fine but the problem is that the points and image are not linked together.<br>In fact, I want the points to be associated with the image so that zoom 
in/out will affect the image either the points, which is not the case 
actually.<br><br>The image is obtained by re-slicing a vtkData volume as vtkImageData and displayed in a QVTKWidget.<br><br>For displaying the points, I use : <br><ol><li>vtkPoints : defines the points<br></li><li>vtkCellArray : to link points<br>
</li><li>vtkPolyData : setPoints( theVtkPoints ) - setVerts( theCellArray ) <br></li><li>vtkActor2D<br></li><li>vtkPolyData2DMapper</li><li>Add the actor to the renderer (same as image)<br></li></ol>The points (ie, representing a contour) are visible over the image but not superposing it correctly (coordinates are mismatching).<br>
<br>I would like to know how to display some points (displayed in different colors) on a vtkImageActor ?<br>Is the vtkImageActorPointPlacer suitable for this kind of thing ? I can&#39;t find any satisfactory example on how using it in such a case...<br>
<br>Thanks in advance for any help,<br><br>Regards, <br>Trystan <br><br><br><br>