VOSM — Vision Open Statistical Model

C++ library of 2D/3D statistical shape & appearance models (ASM / AAM variants).

VOSM (Vision Open Statistical Model) is a C++ library implementing variants of 2D and 3D Active Shape Models (ASM) and Active Appearance Models (AAM). It grew out of earlier face-modeling and statistical-shape research and remains the reference implementation behind much of Vision Open’s work on landmark fitting.

What it does

VOSM is organized around two stages:

Stack & requirements

Build

git clone https://github.com/jiapei100/VOSM
mkdir build && cd build
ccmake ../
make -j8
sudo make install

This installs two test commands (testsmbuilding, testsmfitting) and eight libvosm_* shared libraries.

Background

VOSM ties directly into the 2D-profile ASM described in chapter 3 of my PhD thesis, Audio-visual based HMI for an Intelligent Wheelchair (University of Essex, 2010), and the 2D Statistical Models technical report (Vision Open Working Group, 2010).

Repository: github.com/jiapei100/VOSM · 60★ · 33 forks · LGPL-3.0