Awesome
This is under development currently so, your please post questions to the issues for now.
ofxDlib
Description
An openFrameworks wrapper for dlib.
Features
- Toll-free
openFrameworks
↔dlib
bridges usingdlib
dlib/generic_image.h
interface. openFrameworks
↔dlib
type conversions.dlib
helper functions.
Getting Started
TL;DR
- From the
scripts/
directory ..../bootstrap.sh
- From the
example_dlib_3d_point_cloud/
directory ...make && make run
For more, see docs/GETTING_STARTED.md.
Troubleshooting
For more, see docs/TROUBLESHOOTING.md.
Documentation
API documentation can be found here.
Build Status
Compatibility
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.
Versioning
This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
Licensing
See LICENSE.md.
Contributing
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.