Commit 372e6ec2 authored by Davis King's avatar Davis King

Clarified the spec.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403537
parent 95e7d6f2
......@@ -28,6 +28,10 @@ namespace dlib
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.
Note that this object does NOT take ownership of the IplImage pointer
you give to it. This means you must still remember to free this pointer
yourself.
!*/
public:
......
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