Sha256: 59efd6ef8a249814845b9b08944a3c77b2e11eab0ab5560136e9bcd15f602b95

Contents?: true

Size: 553 Bytes

Versions: 6

Compression:

Stored size: 553 Bytes

Contents

# Dlib

Ruby binding of [dlib C++ library](http://dlib.net/).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'dlib'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install dlib

## Usage

See examples directory.

## Contributing

1. Fork it ( https://github.com/mrkn/ruby-dlib/fork )
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 a new Pull Request

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dlib-1.1.1 README.md
dlib-1.1.0 README.md
dlib-1.0.3 README.md
dlib-1.0.2 README.md
dlib-1.0.1 README.md
dlib-1.0.0 README.md