Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
e5b691b6
Commit
e5b691b6
authored
Aug 06, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added sponsorship statement
parent
825ae091
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
31 deletions
+33
-31
README.txt
dlib/README.txt
+33
-31
No files found.
dlib/README.txt
View file @
e5b691b6
dlib C++ library
dlib C++ library
This project is a modern C++ library with a focus on portability
This project is a modern C++ library with a focus on portability and program
and program correctness. It strives to be easy to use right and
correctness. It strives to be easy to use right and hard to use wrong. Thus, it
hard to use wrong. Thus, it comes with extensive documentation and
comes with extensive documentation and thorough debugging modes. The library
thorough debugging modes. The library provides a platform abstraction
provides a platform abstraction layer for common tasks such as interfacing with
layer for common tasks such as interfacing with network services,
network services, handling threads, or creating graphical user interfaces.
handling threads, or creating graphical user interfaces. Additionally,
Additionally, the library implements many useful algorithms such as data
the library implements many useful algorithms such as data compression
compression routines, linked lists, binary search trees, linear algebra and
routines, linked lists, binary search trees, linear algebra and matrix
matrix utilities, machine learning algorithms, XML and text parsing, and many
utilities, machine learning algorithms, XML and text parsing, and many
other general utilities.
other general utilities.
Documentation:
Documentation:
There should be HTML documentation accompanying this library. But
There should be HTML documentation accompanying this library. But
if there
i
f there i
sn't you can download it from http://dlib.net
isn't you can download it from http://dlib.net
Installation:
Installation:
To use this library all you have to do is extract the library
To use this library all you have to do is extract the library somewhere, make
somewhere, make sure the folder *containing* the dlib folder is in
sure the folder *containing* the dlib folder is in your include path, and
your include path, and finally add dlib/all/source.cpp to your
finally add dlib/all/source.cpp to your project.
project.
An example makefile that uses this library can be found here:
An example makefile that uses this library can be found here:
dlib/test/makefile. It is the makefile used to build the regression test suite
dlib/test/makefile. It is the makefile used to build the regression
for this library. There is also a CMake makefile that builds the regression
test suite for this library. There is also a CMake makefile that
test suite at dlib/test/CMakeLists.txt and another CMake makefile that builds
builds the regression test suite at dlib/test/CMakeLists.txt and
all the example programs in the examples folder.
another CMake makefile that builds all the example programs in
the examples folder.
For further information see the accompanying HTML documentation or visit
http://dlib.net
For further information see the accompanying HTML documentation or
visit http://dlib.net
The license for this library can be found in LICENSE.txt. But the long and
short of the license is that you can use this code however you like, even in
The license for this library can be found in LICENSE.txt. But the
closed source commercial software.
long and short of the license is that you can use this code however
you like, even in closed source commercial software.
Dlib Sponsors:
This code development was funded by the Office of the Director of National
Intelligence (ODNI), Intelligence Advanced Research Projects Activity (IARPA),
via IARPA R&D Contract No. 2014-14071600010
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment