Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
03b6fb0b
Commit
03b6fb0b
authored
Mar 29, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated version number and about docs
parent
958a21a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
main.cpp
tools/imglab/src/main.cpp
+1
-1
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