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
4cb7f7af
Commit
4cb7f7af
authored
Mar 03, 2013
by
Davis King
Browse files
removed unused variable
parent
94d1e787
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/image_keypoint/hessian_pyramid.h
dlib/image_keypoint/hessian_pyramid.h
+0
-1
No files found.
dlib/image_keypoint/hessian_pyramid.h
View file @
4cb7f7af
...
@@ -468,7 +468,6 @@ namespace dlib
...
@@ -468,7 +468,6 @@ namespace dlib
for
(
long
o
=
0
;
o
<
pyr
.
octaves
();
++
o
)
for
(
long
o
=
0
;
o
<
pyr
.
octaves
();
++
o
)
{
{
const
long
border_size
=
pyr
.
get_border_size
(
o
);
const
long
nr
=
pyr
.
nr
(
o
);
const
long
nr
=
pyr
.
nr
(
o
);
const
long
nc
=
pyr
.
nc
(
o
);
const
long
nc
=
pyr
.
nc
(
o
);
...
...
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