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
afc756ff
"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "70363686eaf3fb5ec05c2a55933a9b356510701c"
Commit
afc756ff
authored
Nov 22, 2013
by
Davis King
Browse files
A minor change to avoid compiler warnings.
parent
48413ae8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/image_processing/scan_fhog_pyramid.h
dlib/image_processing/scan_fhog_pyramid.h
+1
-1
dlib/image_processing/scan_fhog_pyramid_abstract.h
dlib/image_processing/scan_fhog_pyramid_abstract.h
+1
-1
No files found.
dlib/image_processing/scan_fhog_pyramid.h
View file @
afc756ff
...
@@ -146,7 +146,7 @@ namespace dlib
...
@@ -146,7 +146,7 @@ namespace dlib
{
{
friend
class
scan_fhog_pyramid
;
friend
class
scan_fhog_pyramid
;
public:
public:
inline
unsigned
long
get_num_dimensions
()
const
inline
long
get_num_dimensions
()
const
{
{
unsigned
long
dims
=
0
;
unsigned
long
dims
=
0
;
for
(
unsigned
long
i
=
0
;
i
<
filters
.
size
();
++
i
)
for
(
unsigned
long
i
=
0
;
i
<
filters
.
size
();
++
i
)
...
...
dlib/image_processing/scan_fhog_pyramid_abstract.h
View file @
afc756ff
...
@@ -360,7 +360,7 @@ namespace dlib
...
@@ -360,7 +360,7 @@ namespace dlib
!*/
!*/
public:
public:
unsigned
long
get_num_dimensions
(
long
get_num_dimensions
(
)
const
;
)
const
;
/*!
/*!
ensures
ensures
...
...
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