Metro

'Metro' evaluates the difference between two triangular meshes. It adopts an approximated approach based on surface sampling and point-to-surface distance computation, and has been widely used in the surface simplification research community (more than 140 citations according to google). It implements three different surface sampling methods:

    * Montecarlo sampling (pick k random samples in the interior of each face)
    * Subdivision sampling (recursively subdivide each face along the
         longest edge and choose the sample in the center of each cell)
    * Similar Triangles sampling (subdivide each face F in k polygons
         similar to F and sample the face in correspondence with the
      vertices of these polygons, internal to F)

Last updated 30 Nov, 2004


User level: Submit a level

User Rating:

Homepage

License(s) :

GPLv2orlater

Rate it!

 

About

Leadership
Requirements
  • VCG library (Build Prerequisite)

Versions

4.02

4.02 stable released 2004-11-30

User Community and Support

General Resources
Support Resources

Development

Developer Resources
Bug Tracking Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2009 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.