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
62ea86a3
Commit
62ea86a3
authored
Apr 22, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
ae73da44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
8 deletions
+33
-8
imaging.xml
docs/docs/imaging.xml
+32
-8
term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/imaging.xml
View file @
62ea86a3
...
...
@@ -188,6 +188,7 @@
<name>
Miscellaneous
</name>
<item>
cv_image
</item>
<item>
toMat
</item>
<item>
draw_line
</item>
<item>
fill_rect
</item>
...
...
@@ -573,15 +574,38 @@
<file>
dlib/opencv.h
</file>
<spec_file
link=
"true"
>
dlib/opencv/cv_image_abstract.h
</spec_file>
<description>
This object is meant to be used as a simple wrapper around the OpenCV
IplImage struct. Using this class template you can turn an IplImage
object into something that looks like a normal dlib style image object.
This object is meant to be used as a simple wrapper around the OpenCV
IplImage struct or Mat object. Using this class template you can turn
an OpenCV image into something that looks like a normal dlib style
image object.
<p>
So you should be able to use cv_image objects with many of the image
processing functions in dlib as well as the GUI tools for displaying
images on the screen.
</p>
<p>
So you should be able to use cv_image objects with many of the image
processing functions in dlib as well as the GUI tools for displaying
images on the screen.
</p>
<p>
Note that you can do the reverse conversion, from dlib to OpenCV,
using the
<a
href=
"#toMat"
>
toMat
</a>
routine.
</p>
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
toMat
</name>
<file>
dlib/opencv.h
</file>
<spec_file
link=
"true"
>
dlib/opencv/to_open_cv_abstract.h
</spec_file>
<description>
This routine converts a dlib style image into an instance of OpenCV's cv::Mat object.
This is done by setting up the Mat object to point to the same memory as the dlib image.
<p>
Note that you can do the reverse conversion, from OpenCV to dlib,
using the
<a
href=
"#cv_image"
>
cv_image
</a>
object.
</p>
</description>
</component>
...
...
docs/docs/term_index.xml
View file @
62ea86a3
...
...
@@ -1050,6 +1050,7 @@
<term
file=
"imaging.html"
name=
"rgb_pixel"
/>
<term
file=
"imaging.html"
name=
"bgr_pixel"
/>
<term
file=
"imaging.html"
name=
"cv_image"
/>
<term
file=
"imaging.html"
name=
"toMat"
/>
<term
link=
"imaging.html#cv_image"
name=
"OpenCV Image"
/>
<term
file=
"imaging.html"
name=
"rgb_alpha_pixel"
/>
<term
link=
"imaging.html#rgb_alpha_pixel"
name=
"alpha"
/>
...
...
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