An open API service indexing awesome lists of open source software.

https://github.com/creativeinquiry/ofxasm

Active Shape Models for OpenFrameworks
https://github.com/creativeinquiry/ofxasm

Last synced: 8 months ago
JSON representation

Active Shape Models for OpenFrameworks

Awesome Lists containing this project

README

          

ofxASM
======

2013 [Dan Wilcox](http://danomatika.com)
for the CMU [Studio for Creative Inquiry](http://studioforcreativeinquiry.org)

an [OpenFrameworks](http://openframeworks.cc) wrapper around [asmlib-opencv](https://code.google.com/p/asmlib-opencv), a library for [Active Shape Models](https://en.wikipedia.org/wiki/Active_shape_model)

Requires:

* ofxOpenCv
* [ofxCv](https://github.com/kylemcdonald/ofxCv)

See the following for more info:

* [asmlib-opencv wiki](https://code.google.com/p/asmlib-opencv/w/list)
* [asmlib-opencv doxygen docs](http://chenxing.name/docs/asmlib/index.html)
* [building your own models for asmlib-opencv](https://code.google.com/p/asmlib-opencv/wiki/BuildModel)