Forceflow / trimesh2

C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes
GNU General Public License v2.0
307 stars 72 forks source link

Is "utils/mesh_align.exe" use the method presented in paper named: "A Symmetric Objective Function for ICP"? #15

Closed lyldev closed 4 years ago

lyldev commented 4 years ago

I want to make sure that whether "utils/mesh_align.exe" use the method presented in paper named: "A Symmetric Objective Function for ICP"?

If not, how can I use the method in the paper?

Thanks for your splendid work! It's very helpful.

Forceflow commented 4 years ago

As I mention in the README, this is code written by Szymon Rusinkiewicz. Since that's his paper, I would presume the code is following that structure.

lyldev commented 4 years ago

OK, thanks a lot.