Commit 79e65080 authored by Davis King's avatar Davis King

Clarified spec

parent 84b912dd
...@@ -221,7 +221,13 @@ namespace dlib ...@@ -221,7 +221,13 @@ namespace dlib
std::ostream& out std::ostream& out
); );
/*! /*!
provides serialization support provides serialization support. Note that this function only saves the
configuration part of item.get_scanner(). That is, we use the scanner's
copy_configuration() function to get a copy of the scanner that doesn't contain any
loaded image data and we then save just the configuration part of the scanner.
This means that any serialized object_detectors won't remember any images they have
processed but will otherwise contain all their state and be able to detect objects
in new images.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
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