<div dir="ltr">Hello.<div>I'm trying to show the values of a contour as labels. Each label is fixed to a point in the contour. I do not want to show the labels that are anchored to points that are not visible. </div><div><br></div><div>To achieve this, I followed these two examples: </div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/LabelContours" target="_blank" style="font-size:12.8px">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/LabelContours</a></div><div><a href="http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/Annotation/Python/labeledMesh.py" target="_blank" style="font-size:12.8px">http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/Annotation/Python/labeledMesh.py</a></div><div><br></div><div>Unfortunately, the removal of hidden points (and thus, of labels) is not working as expected. I attach three pictures of the behavior when I move the camera. Look at the values on the top (365 and 399).</div><div><br></div><div>The Pipeline I am using is the following:</div><div>vtkUnstructuredGrid -> vtkGeometryFilter -> vtkContourFilter -> vtkStripper -> (create a vtkPolyData with one point of each contour) -> vtkSelectVisiblePoints -> vtkLabeledDataMapper -> vtkActor2D.</div><div><br></div><div>I am using VTK 5.10 but I tried with VTK 6.3 and the problem is worse (nothing is hidden). This is under Windows 8.1.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Thank you.</div><div><div><br></div>
</div></div>