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
bba2681b
"docs/git@developer.sourcefind.cn:change/sglang.git" did not exist on "73dcf2b326ca75b8dbcfcf07922f9859ab97830d"
Commit
bba2681b
authored
Oct 12, 2014
by
Davis King
Browse files
Added a thread safety note to the shape_predictor.
parent
2dddc92d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
dlib/image_processing/shape_predictor_abstract.h
dlib/image_processing/shape_predictor_abstract.h
+5
-0
No files found.
dlib/image_processing/shape_predictor_abstract.h
View file @
bba2681b
...
@@ -28,6 +28,11 @@ namespace dlib
...
@@ -28,6 +28,11 @@ namespace dlib
shape_predictor_trainer object defined below to train a shape_predictor
shape_predictor_trainer object defined below to train a shape_predictor
using a set of training images, each annotated with shapes you want to
using a set of training images, each annotated with shapes you want to
predict.
predict.
THREAD SAFETY
No synchronization is required when using this object. In particular, a
single instance of this object can be used from multiple threads at the
same time.
!*/
!*/
public:
public:
...
...
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