Meshmonk
Open mesh-to-mesh registration framework
Install / Use
/learn @TheWebMonks/MeshmonkREADME
Note
This project is now maintained at KU Leuven GitLab: https://gitlab.kuleuven.be/mirc/meshmonk
Installing meshmonk
MeshMonk can be built and installed on:
Using meshmonk
From Matlab
The following toolboxes are required from Matlab:
- Statistics and Machine Learning Toolbox
- Image Processing Toolbox
Setting Environment Variables
Ubuntu
Setting the library paths inside Matlab has some unresolved problems. It seems overwriting the library paths to use inside matlab doesn't work. So instead, we'll preload the necessary libs when starting Matlab:
So start matlab from the terminal with the command LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6:/usr/local/lib/libmeshmonk.so:/usr/local/lib/libOpenMeshCore.so:/usr/local/lib/libOpenMeshTools.so matlab to make sure all the libraries are loaded.
Mac OSX
Add two lines to your startup.m file:
p = ['usr/local/lib/'];
setenv('LD_LIBRARY_PATH', p);
Mexing meshmonk functions
On ubuntu/mac: In matlab, go into the projects/meshmonk/matlab folder (or wherever you put the meshmonk repository) and run the mex_all.m script to mex all the meshmonk functions you need.
On Windows: In matlab, go into the Documents/GitHub/meshmonk folder (or wherever you put the meshmonk repository) and run the mex_windows_all.m script to mex all the meshmonk functions you need.
From other software
If you're creating your own c++ project and want to use meshmonk, simply add '-lmeshmonk -lOpenMeshCore -lOpenMeshTools' as an option to your linker when compiling your software that uses the meshmonk library.
-include the meshmonk.hpp header
Demo
An example of a facial registration can be found in the demo folder
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
99.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
344.4kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
