WanLittle / HausdorffDistanceBetweenMeshs

A simple commandline utility to compute hausdorff distance between meshs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HausdorffDistanceBetweenMeshs

A simple commandline utility to compute hausdorff distance between meshs.

Input

A pair of OFF files with triangle meshs

Output

The first two lines is faces numbers of the pair of OFF files, and the third line is hausdorff distance value between meshs.

Usage

./HausdorffDistanceBetweenMeshs.exe <off_file_1_name> <off_file_2_name>

About

A simple commandline utility to compute hausdorff distance between meshs.


Languages

Language:C++ 96.3%Language:CMake 3.7%