This is under development currently so, your please post questions to the issues for now.
An openFrameworks wrapper for dlib.
- Toll-free
openFrameworks
↔dlib
bridges usingdlib
dlib/generic_image.h
interface. openFrameworks
↔dlib
type conversions.dlib
helper functions.
- From the
scripts/
directory ..../boostrap.sh
- From the
example_dlib_3d_point_cloud/
directory ...make && make run
For more, see docs/GETTING_STARTED.md.
For more, see docs/TROUBLESHOOTING.md.
API documentation can be found here.
Currently NOT Compatible with < 0.10.0, thus we have no stable branch as noted below.
The stable
branch of this repository is meant to be compatible with the openFrameworks stable branch, which corresponds to the latest official openFrameworks release.
The master
branch of this repository is meant to be compatible with the openFrameworks master branch.
Some past openFrameworks releases are supported via tagged versions, but only stable
and master
branches are actively supported.
This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
See LICENSE.md.
Check out the Help Wanted tag in the issues section for specific ideas or propose your own new ideas.
You can also take a look at the docs/TODO.md for more ideas.
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
- Fork this repository.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create new Pull Request.