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
374d5253
Commit
374d5253
authored
Feb 11, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version number and about string to say that you can now ctrl+left click
to change the label for a rectangle.
parent
fe03decb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
main.cpp
tools/imglab/src/main.cpp
+1
-1
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 @@
#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(
"command line. An example would be '--parts
\"
leye reye nose mouth
\"
'."
,
0
,
0
)
<<
endl
<<
endl
;
sout
<<
wrap_string
(
"Finally, hold ctrl and scroll the mouse wheel to zoom while normal left click "
"and drag allows you to navigate around the image."
,
0
,
0
)
<<
endl
;
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. 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
());
}
...
...
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