Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
dbce1407
Commit
dbce1407
authored
Jun 26, 2012
by
Davis King
Browse files
merged
parents
074a3eb5
11a60566
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
dlib/image_transforms/spatial_filtering.h
dlib/image_transforms/spatial_filtering.h
+1
-1
dlib/svm/structural_svm_object_detection_problem.h
dlib/svm/structural_svm_object_detection_problem.h
+2
-2
docs/docs/release_notes.xml
docs/docs/release_notes.xml
+14
-2
No files found.
dlib/image_transforms/spatial_filtering.h
View file @
dbce1407
...
@@ -669,7 +669,7 @@ namespace dlib
...
@@ -669,7 +669,7 @@ namespace dlib
const
rectangle
area
=
get_rect
(
img
);
const
rectangle
area
=
get_rect
(
img
);
//
s
ave width to avoid computing t
hem
over and over
//
S
ave width to avoid computing
i
t over and over
.
const
long
width
=
rect
.
width
();
const
long
width
=
rect
.
width
();
...
...
dlib/svm/structural_svm_object_detection_problem.h
View file @
dbce1407
...
@@ -64,8 +64,8 @@ namespace dlib
...
@@ -64,8 +64,8 @@ namespace dlib
max_num_dets
=
0
;
max_num_dets
=
0
;
for
(
unsigned
long
i
=
0
;
i
<
truth_rects
.
size
();
++
i
)
for
(
unsigned
long
i
=
0
;
i
<
truth_rects
.
size
();
++
i
)
{
{
if
(
truth_rects
.
size
()
>
max_num_dets
)
if
(
truth_rects
[
i
]
.
size
()
>
max_num_dets
)
max_num_dets
=
truth_rects
.
size
();
max_num_dets
=
truth_rects
[
i
]
.
size
();
scanners
[
i
].
copy_configuration
(
scanner
);
scanners
[
i
].
copy_configuration
(
scanner
);
}
}
...
...
docs/docs/release_notes.xml
View file @
dbce1407
...
@@ -11,6 +11,19 @@
...
@@ -11,6 +11,19 @@
<!-- ******************************************************************************* -->
<!-- ******************************************************************************* -->
<current>
<current>
New Stuff:
Non-Backwards Compatible Changes:
Bug fixes:
Other:
</current>
<!-- ******************************************************************************* -->
<old
name=
"17.47"
date=
"Jun 15, 2012"
>
New Stuff:
New Stuff:
- Improvements to linear algebra tools:
- Improvements to linear algebra tools:
- Added the lowerbound() and upperbound() routines for thresholding dense
- Added the lowerbound() and upperbound() routines for thresholding dense
...
@@ -59,8 +72,7 @@ Other:
...
@@ -59,8 +72,7 @@ Other:
- Improved existing documentation: added pictures of the gui widgets,
- Improved existing documentation: added pictures of the gui widgets,
added documentation of the dlib::bridge protocol, and other minor
added documentation of the dlib::bridge protocol, and other minor
usability improvements.
usability improvements.
</old>
</current>
<!-- ******************************************************************************* -->
<!-- ******************************************************************************* -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment