Skip to content
/ dlib Public

A wrapper around the dlib C++ library to make it accessible in R.

Notifications You must be signed in to change notification settings

jaiabhayk/dlib

Repository files navigation

Making dlib accessible in R

dlib is a C++ library by David E. King that contains (amongst other things) image processing and machine learning tools, under the Boost Public License. This package makes it accessible within R, in the same way that the BH package makes the boost header files accessible

Installation

devtools::install_github("ironholds/dlib")

Inclusion in an Rcpp project

//Example: including dlib arrays and making them available.
#include <Rcpp.h>
using namespace Rcpp;
//[[Rcpp::depends(dlib)]]
#include <dlib/array.h>

About

A wrapper around the dlib C++ library to make it accessible in R.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages