Skip to content

Partial remeshing of a source mesh to match the geometric features of a target mesh

Notifications You must be signed in to change notification settings

maorp/MeshStitching

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Partial remeshing of a source mesh to match the geometric features of a target mesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.6%
  • C 18.9%
  • Other 0.5%