Skip to content

bakercp/ofxDlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 openFrameworksdlib bridges using dlib dlib/generic_image.h interface.
  • openFrameworksdlib 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

Linux, macOS Build Status

Visual Studio, MSYS 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 :)

  1. Fork this repository.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create new Pull Request.