"examples/pytorch/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "d4d4fa1eaf86b31821cf8c14d3a1cc4a358f3b6e"
Commit b7aabf8d authored by Davis King's avatar Davis King
Browse files

updated docs

parent 613558fe
......@@ -587,7 +587,8 @@
<p>
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>
</description>
......@@ -604,7 +605,8 @@
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.
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>
</description>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment