VOSM2DExplorer — 2D Model Viewer
Java/SWT GUI for exploring and visualizing 2D statistical models built with VOSM.
VOSM2DExplorer is a graphical 2D explorer for Vision Open Statistical Models (VOSM). Where VOSM is the C++ engine that builds the models, VOSM2DExplorer is the companion tool for viewing them — inspecting 2D statistical models commonly used to represent non-rigid (deformable) shape transforms.
Stack & requirements
- Language: Java (100% of the codebase)
- UI toolkit: SWT (Eclipse), with MigLayout for layout
- Math: JAMA, vecmath, jmatharray
- License: GPL-3.0
- Current version: 1.1
Dependencies
The lib/ folder pulls together several Java libraries: SWT, JAMA, the MigLayout
family (core / ideutil / swt), vecmath, and jmatharray — plus a modified build
of the third-party nl.skybound.awt.DoublePolygon.
Notes
This one is the lighter, more playful counterpart to VOSM — a Java/SWT desktop GUI revisited years after the original C++ work, aimed at making the 2D models easier to see and reason about rather than just compute.
Repository: github.com/jiapei100/VOSM2DExplorer · Java · GPL-3.0