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
48413ae8
Commit
48413ae8
authored
Nov 22, 2013
by
Davis King
Browse files
Updated about window text for imglab.
parent
277e13df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
tools/imglab/src/metadata_editor.cpp
tools/imglab/src/metadata_editor.cpp
+7
-4
No files found.
tools/imglab/src/metadata_editor.cpp
View file @
48413ae8
...
...
@@ -425,10 +425,13 @@ display_about(
sout
<<
wrap_string
(
"Image Labeler v"
+
string
(
VERSION
)
+
"."
,
0
,
0
)
<<
endl
<<
endl
;
sout
<<
wrap_string
(
"This program is a tool for labeling images with rectangles. "
,
0
,
0
)
<<
endl
<<
endl
;
sout
<<
wrap_string
(
"You can add new rectangles by holding the shift key, left clicking "
"the mouse, and dragging it. Hit tab to give input focus to the next "
"label text field and supply a label for a rectangle. Double clicking "
"a rectangle selects it and the delete key removes it."
sout
<<
wrap_string
(
"You can add a new rectangle by holding the shift key, left clicking "
"the mouse, and dragging it. New rectangles are given the label from the
\"
Next Label
\"
"
"field at the top of the application. You can quickly edit the contents of the Next Label field "
"by hitting the tab key. Double clicking "
"a rectangle selects it and the delete key removes it. You can also mark "
"a rectangle as ignored by hitting the i key when it is selected. Ignored "
"rectangles are visually displayed with an X through them."
,
0
,
0
)
<<
endl
<<
endl
;
sout
<<
wrap_string
(
"It is also possible to label object parts by selecting a rectangle and "
...
...
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