Commit d3c4c73f authored by Davis King's avatar Davis King

clarified spec

parent 32b16d70
...@@ -220,8 +220,8 @@ namespace dlib ...@@ -220,8 +220,8 @@ namespace dlib
) const; ) const;
/*! /*!
ensures ensures
- This function uses get_assignment_function() to assign all the detections - This function uses get_assignment_function() to assign each detection
in dets to their appropriate track in tracks. Then each track which in dets to its appropriate track in tracks. Then each track which
associates to a detection is updated by calling update_track() with the associates to a detection is updated by calling update_track() with the
associated detection. associated detection.
- Detections that don't associate with any of the elements of tracks will - Detections that don't associate with any of the elements of tracks will
......
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