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
03b6fb0b
Commit
03b6fb0b
authored
Mar 29, 2015
by
Davis King
Browse files
updated version number and about docs
parent
958a21a0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
tools/imglab/src/main.cpp
tools/imglab/src/main.cpp
+1
-1
tools/imglab/src/metadata_editor.cpp
tools/imglab/src/metadata_editor.cpp
+1
-0
No files found.
tools/imglab/src/main.cpp
View file @
03b6fb0b
...
...
@@ -17,7 +17,7 @@
#include <dlib/dir_nav.h>
const
char
*
VERSION
=
"1.
0
"
;
const
char
*
VERSION
=
"1.
1
"
;
...
...
tools/imglab/src/metadata_editor.cpp
View file @
03b6fb0b
...
...
@@ -535,6 +535,7 @@ display_about(
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. Holding ctrl and "
"left clicking a rectangle will give it the label from the Next Label field. "
"Holding shift + right click and then dragging allows you to move things around. "
"Finally, holding ctrl and pressing the up or down keyboard keys will propagate "
"rectangle labels from one image to the next and also skip empty images."
,
0
,
0
)
<<
endl
;
...
...
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