Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 920 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 920 Bytes

MeshStitching

This applications transfer the salient geometric features from a target mesh to a source mesh while trying to preserve the input triangulation.

This application was used to solve misregistration and adapt to geometric and topological changes in:

https://dl.acm.org/citation.cfm?id=3073679

To compile in linux, install PNG, OpenGL and Embree libraries on your machine. Then run the provided Makefile.

In Windows, move the \include and \lib folders from 4Windows.zip to the project root directory. Build the project from MeshStitching.sln, and copy the content of \dll to \x64\Release.

Run the application from command line as:

Stitching --source Source.ply --target Target.ply

Add the parameter --output Sticthed.ply to run the application in default configuration and skip the user interface.

For an explanatory video on the interface usage please visit,

http://www.cs.jhu.edu/~fpradan1/code/