Libraries
Open-source CV libraries maintained here. The aim is small, readable, well-documented code over sprawling frameworks — including a planned revival of earlier work on statistical shape/appearance models and face modeling.
Focus areas
- Statistical models — Active Shape / Active Appearance Models, PCA-based shape priors, landmark fitting.
- Face modeling — landmark detection, 3D morphable model fitting, alignment utilities.
- Classical vision — calibration, stereo, structured light helpers (ties into dlppico.com).
- Glue & tooling — dataset loaders, evaluation harnesses, reproducible configs.
Each library ships with a README, a minimal runnable example, and a license note.
- Reviving the Statistical Shape Models — Bringing early ASM/AAM work back to life as a clean, modern, pip-installable library.
- VOSM2DExplorer — 2D Model Viewer — Java/SWT GUI for exploring and visualizing 2D statistical models built with VOSM.
- VOSM — Vision Open Statistical Model — C++ library of 2D/3D statistical shape & appearance models (ASM / AAM variants).