This commit is contained in:
Davis King 2012-06-26 19:54:57 -04:00
commit dbce1407f8
3 changed files with 17 additions and 5 deletions

View File

@ -669,7 +669,7 @@ namespace dlib
const rectangle area = get_rect(img);
// save width to avoid computing them over and over
// Save width to avoid computing it over and over.
const long width = rect.width();

View File

@ -64,8 +64,8 @@ namespace dlib
max_num_dets = 0;
for (unsigned long i = 0; i < truth_rects.size(); ++i)
{
if (truth_rects.size() > max_num_dets)
max_num_dets = truth_rects.size();
if (truth_rects[i].size() > max_num_dets)
max_num_dets = truth_rects[i].size();
scanners[i].copy_configuration(scanner);
}

View File

@ -11,6 +11,19 @@
<!-- ******************************************************************************* -->
<current>
New Stuff:
Non-Backwards Compatible Changes:
Bug fixes:
Other:
</current>
<!-- ******************************************************************************* -->
<old name="17.47" date="Jun 15, 2012">
New Stuff:
- Improvements to linear algebra tools:
- Added the lowerbound() and upperbound() routines for thresholding dense
@ -59,8 +72,7 @@ Other:
- Improved existing documentation: added pictures of the gui widgets,
added documentation of the dlib::bridge protocol, and other minor
usability improvements.
</current>
</old>
<!-- ******************************************************************************* -->