You are here

openFrameworks Addons

Many of these repositories are not open to the public (sorry!).

ofxBackgroundSubtraction

git clone git@code.dxarts.washington.edu:ofxBackgroundSubtraction.git
Implementation of the Zivkovic Adaptive Gaussian Mixture Model (AGMM) algorithm for background subtraction.

ofxCdef

git clone git@code.dxarts.washington.edu:ofxCdef.git

John Robinson's Conditional Density Estimation for Faces (CDEF). Allows for profiling faces based on age, sex, race, etc.

ofxCircularRecorder

git clone git@code.dxarts.washington.edu:ofxCircularRecorder.git
A memory-based circular buffer video recorder. Can record and play back a fixed length video. Adding new frames deletes the oldest frames.

ofxFaceProfiler

git clone git@code.dxarts.washington.edu:ofxFaceProfiler.git

This is a wrapper for simplified integration between CDEF and PittPatt. It provides a high-level API for running both simultaneously.

ofxOpenCvUtils

git clone git@code.dxarts.washington.edu:ofxBackgroundSubtraction.git
Utility methods for converting images to formats suitable for consumption by CV libraries. Makes it simple to take web cam output, resize it, and knock it down to grayscale.

ofxPittPatt

git clone git@code.dxarts.washington.edu:ofxPittPatt.git
PittPatt face detection and tracking.

ofxTitles

git clone git@github.com:jamezilla/ofxTitles.git
A titling/subtitles module for adding text overlays to videos. Supports true type fonts, and has several different helper methods to ease text layouts.