18 Jun 2012 08:20
Re: Normal consistency across mesh
Jana,
itk::QuadEdgeMesh is an oriented mesh data structure, it ensures the consistency of normals.
itk::NormalQuadEdgeMeshFilter only computes the normal for each face and each vertex, and thanks to the data structure all normal are thus consistent.
HTH
Arnaud
On 06/17/2012 11:27 PM, Jana Sefcikova wrote:
itk::QuadEdgeMesh is an oriented mesh data structure, it ensures the consistency of normals.
itk::NormalQuadEdgeMeshFilter only computes the normal for each face and each vertex, and thanks to the data structure all normal are thus consistent.
HTH
Arnaud
On 06/17/2012 11:27 PM, Jana Sefcikova wrote:
Dear users,I read itkNormalQuadEdgesMeshFilter code and it does not seam to me /at the first glance/ that it insures consistent orientation across polygon neighbors.I am new in ITK, does it deals with this problem ( as for example vtkPolyDataNormals does ) ?Thank you very muchJana
_____________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://www.kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-users
_____________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://www.kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-users
RSS Feed