mirror of https://github.com/davisking/dlib.git
Updated version number and about string to say that you can now ctrl+left click
to change the label for a rectangle.
This commit is contained in:
parent
fe03decb10
commit
374d5253f8
|
@ -17,7 +17,7 @@
|
||||||
#include <dlib/dir_nav.h>
|
#include <dlib/dir_nav.h>
|
||||||
|
|
||||||
|
|
||||||
const char* VERSION = "0.7";
|
const char* VERSION = "0.8";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue