diff options
Diffstat (limited to 'libraries/dlib/README')
-rw-r--r-- | libraries/dlib/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/dlib/README b/libraries/dlib/README new file mode 100644 index 0000000000..6ccb0e49bd --- /dev/null +++ b/libraries/dlib/README @@ -0,0 +1,12 @@ +Dlib is a modern C++ toolkit containing machine learning algorithms and +tools for creating complex software in C++ to solve real world +problems. It is used in both industry and academia in a wide range of +domains including robotics, embedded devices, mobile phones, and large +high performance computing environments. Dlib's open source licensing +allows you to use it in any application, free of charge. + +Auto detected optional dependencies: +- Blas: An implementation of Blas such as blas and atlas +- Lapack: An implementation of Lapack such as lapack and lapack-atlas +- cblas +- cudatoolkit |