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
aee97d9d
Commit
aee97d9d
authored
Jun 25, 2019
by
Davis King
Browse files
Fixed incorrect return type
parent
e2293e5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/image_processing/shape_predictor_trainer.h
dlib/image_processing/shape_predictor_trainer.h
+1
-1
dlib/image_processing/shape_predictor_trainer_abstract.h
dlib/image_processing/shape_predictor_trainer_abstract.h
+1
-1
No files found.
dlib/image_processing/shape_predictor_trainer.h
View file @
aee97d9d
...
@@ -131,7 +131,7 @@ namespace dlib
...
@@ -131,7 +131,7 @@ namespace dlib
_oversampling_amount
=
amount
;
_oversampling_amount
=
amount
;
}
}
unsigned
long
get_oversampling_translation_jitter
(
double
get_oversampling_translation_jitter
(
)
const
{
return
_oversampling_translation_jitter
;
}
)
const
{
return
_oversampling_translation_jitter
;
}
void
set_oversampling_translation_jitter
(
void
set_oversampling_translation_jitter
(
...
...
dlib/image_processing/shape_predictor_trainer_abstract.h
View file @
aee97d9d
...
@@ -163,7 +163,7 @@ namespace dlib
...
@@ -163,7 +163,7 @@ namespace dlib
- #get_oversampling_amount() == amount
- #get_oversampling_amount() == amount
!*/
!*/
unsigned
long
get_oversampling_translation_jitter
(
double
get_oversampling_translation_jitter
(
)
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