I mostly write the core of my projects in C++ and reuse the C++ code in python or Matlab through interface code. In this post I’ll try lay out the main points on how to do so. In particular, I wil...
News
Blog
How to use C++ Code in Matlab or Python
How to Use FastDOG - a Highly Parallelised ILP Solver
🐶 How to Use FastDOG - a Highly Parallelised ILP Solver In one of our recent papers we use and adapt FastDOG (paper, code) solver with which large binary integer linear programs (ILPs) can be so...
Mean Curvature Flow in Python
Mean Curvature Flow in Python This post contains the port of this matlab implementation of mean curvature to python. With mean curvature flow we can map a genus 0 shape to a sphere: ⚙️ Req...
Change Datatip to Custom Value in Matlab Plot
🏁 Modified Datatip for Triangle Mesh In Matlab plots you can use the datatip tool to receive the values at a plotted point. For example for a plot of a 3D triangle mesh this gives the xyz vertex p...
Fix \@EveryShipout@AtNextHook Error
Fix everyshi.sty not Working for Conference Latex Templates ⚠️ For a recent ICCV paper (as well as previous CVPR papers) we encountered the following error LaTeX Error: Command \@EveryShipout@AtNe...
Generate Animated GIFs from Matlab Plot
Generate animated GIFs from Plot Window I recently had to create such an animation from a plot in matlab: 🐢 Prepare the animated plot This code animates some data by rotating it around z-axis: ...