Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
62ea86a3
Commit
62ea86a3
authored
Apr 21, 2012
by
Davis King
Browse files
updated docs
parent
ae73da44
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
8 deletions
+33
-8
docs/docs/imaging.xml
docs/docs/imaging.xml
+32
-8
docs/docs/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>
...
...
@@ -574,14 +575,37 @@
<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.
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>
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