mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
613558feb1
commit
b7aabf8d89
|
@ -587,7 +587,8 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Note that you can do the reverse conversion, from dlib to OpenCV,
|
Note that you can do the reverse conversion, from dlib to OpenCV,
|
||||||
using the <a href="#toMat">toMat</a> routine.
|
using the <a href="#toMat">toMat</a> routine. Also note that you
|
||||||
|
have to #include OpenCV's header before you #include dlib/opencv.h.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
@ -604,7 +605,8 @@
|
||||||
This is done by setting up the Mat object to point to the same memory as the dlib image.
|
This is done by setting up the Mat object to point to the same memory as the dlib image.
|
||||||
<p>
|
<p>
|
||||||
Note that you can do the reverse conversion, from OpenCV to dlib,
|
Note that you can do the reverse conversion, from OpenCV to dlib,
|
||||||
using the <a href="#cv_image">cv_image</a> object.
|
using the <a href="#cv_image">cv_image</a> object. Also note that you
|
||||||
|
have to #include OpenCV's header before you #include dlib/opencv.h.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue