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
fa148f32
Commit
fa148f32
authored
Jan 31, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
9a685def
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
faq.xml
docs/docs/faq.xml
+3
-2
No files found.
docs/docs/faq.xml
View file @
fa148f32
...
@@ -167,6 +167,7 @@ row_vect.set_size(5);
...
@@ -167,6 +167,7 @@ row_vect.set_size(5);
<li><b>
OpenCV
</b>
image objects can be converted into a form usable by dlib routines
<li><b>
OpenCV
</b>
image objects can be converted into a form usable by dlib routines
by using
<a
href=
"imaging.html#cv_image"
>
cv_image
</a>
. You can also convert from a
by using
<a
href=
"imaging.html#cv_image"
>
cv_image
</a>
. You can also convert from a
dlib matrix or image to an OpenCV Mat using dlib::
<a
href=
"imaging.html#toMat"
>
toMat
</a>
().
</li><br/>
dlib matrix or image to an OpenCV Mat using dlib::
<a
href=
"imaging.html#toMat"
>
toMat
</a>
().
</li><br/>
<li><b>
Google Protocol Buffers
</b>
can be serialized by the dlib
<li><b>
Google Protocol Buffers
</b>
can be serialized by the dlib
<a
href=
"other.html#serialize"
>
serialization
</a>
routines.
<a
href=
"other.html#serialize"
>
serialization
</a>
routines.
This means that, for example, you can pass protocol buffer objects through a
This means that, for example, you can pass protocol buffer objects through a
...
@@ -180,8 +181,8 @@ row_vect.set_size(5);
...
@@ -180,8 +181,8 @@ row_vect.set_size(5);
use them. However, CMake will try to link against them
use them. However, CMake will try to link against them
automatically if they are installed.
</li><br/>
automatically if they are installed.
</li><br/>
<li><b>
FFTW
</b>
is used by the fft() and ifft() routines if you #define DLIB_USE_FFTW and
<
!--<
li><b>FFTW</b> is used by the fft() and ifft() routines if you #define DLIB_USE_FFTW and
link to fftw3. Otherwise dlib uses its own slower default implementation.
</li><br/>
link to fftw3. Otherwise dlib uses its own slower default implementation. </li><br/>
-->
<li><b>
SQLite
</b>
is used by the
<a
href=
"other.html#database"
>
database
</a>
object. In
<li><b>
SQLite
</b>
is used by the
<a
href=
"other.html#database"
>
database
</a>
object. In
fact, it is just a wrapper around SQLite's C interface which simplifies its use (e.g.
fact, it is just a wrapper around SQLite's C interface which simplifies its use (e.g.
...
...
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