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
374d5253
Commit
374d5253
authored
Feb 10, 2014
by
Davis King
Browse files
Updated version number and about string to say that you can now ctrl+left click
to change the label for a rectangle.
parent
fe03decb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
tools/imglab/src/main.cpp
tools/imglab/src/main.cpp
+1
-1
tools/imglab/src/metadata_editor.cpp
tools/imglab/src/metadata_editor.cpp
+3
-2
No files found.
tools/imglab/src/main.cpp
View file @
374d5253
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
#include <dlib/dir_nav.h>
#include <dlib/dir_nav.h>
const
char
*
VERSION
=
"0.
7
"
;
const
char
*
VERSION
=
"0.
8
"
;
...
...
tools/imglab/src/metadata_editor.cpp
View file @
374d5253
...
@@ -440,8 +440,9 @@ display_about(
...
@@ -440,8 +440,9 @@ display_about(
"command line. An example would be '--parts
\"
leye reye nose mouth
\"
'."
"command line. An example would be '--parts
\"
leye reye nose mouth
\"
'."
,
0
,
0
)
<<
endl
<<
endl
;
,
0
,
0
)
<<
endl
<<
endl
;
sout
<<
wrap_string
(
"Finally, hold ctrl and scroll the mouse wheel to zoom while normal left click "
sout
<<
wrap_string
(
"Additionally, you can hold ctrl and then scroll the mouse wheel to zoom. A normal left click "
"and drag allows you to navigate around the image."
,
0
,
0
)
<<
endl
;
"and drag allows you to navigate around the image. Finally, holding ctrl and "
"left clicking a rectangle will give it the label from the Next Label field."
,
0
,
0
)
<<
endl
;
message_box
(
"About Image Labeler"
,
sout
.
str
());
message_box
(
"About Image Labeler"
,
sout
.
str
());
}
}
...
...
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