Bounded Biharmonic Weights: 2D MATLAB Demo

Alec Jacobson

July 11, 2011

weblog/

woody matlab bbw demo I've finally released the matlab prototyping codebase for Bounded Biharmonic Weights. The code base runs without any prerequisite libraries on MATLAB 2011a or greater. With earlier versions of matlab, users should install MOSEK (which is available for free to academic users). This matlab package demos computing skinning weights automatically for a 2d shape. To start, add bbw_demo/ to your matlab path and issue:

>> bbw_demo

If you just want to start digging around in the weight computation code, look at:

Currently the bbw_demo.m file just shows basic weight computation and linear blend skinning deformation for point handles. The following features are supported in the codebase above, but are undocumented besides their file header comments:

The following things are not supported and probably never will be in the MATLAB demo. If I release the C++ demo then of course they will be available:

Please contact me if you find any bugs or have any trouble using the code.

Update: Here's a new C++ demo