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
- Host: GitHub
- URL: https://github.com/creativeinquiry/ofxasm
- Owner: CreativeInquiry
- Created: 2013-12-06T02:17:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T02:19:10.000Z (over 12 years ago)
- Last Synced: 2025-04-06T04:37:48.667Z (about 1 year ago)
- Language: C++
- Size: 7.63 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)