Jafar
|
Keyboard: More...
Keyboard:
Mouse:
Cursor color:
Object color:
Definition at line 91 of file labeler.hpp.
#include <labeler.hpp>
Public Slots | |
void | onKeyPress (QKeyEvent *event) |
void | onMouseClick (QGraphicsSceneMouseEvent *mouseEvent, bool isClick) |
void | onMouseMove (QGraphicsSceneMouseEvent *mouseEvent) |
Public Member Functions | |
Labeler (int nimages, char **images) | |
Private Member Functions | |
void | display () |
void | displayRects () |
void | interpol (int start, LabeledImage::Status statusFind1, LabeledImage::Status statusFill1, LabeledImage::Status statusFind2, LabeledImage::Status statusFill2) |
void | interpol (int before, int after, LabeledImage::Status status) |
void | save () |
void | load () |
void | increaseSize (double inc) |
void | decreaseSize (double inc) |
void | remove () |
void | next () |
void | prev () |
void | find (LabeledImage::Status status) |
void | quality (LabelBoundingBox::Quality quality) |
void | switch_mode () |
Private Attributes | |
qdisplay::Viewer * | viewer |
qdisplay::ImageView * | view |
image::Image | img |
std::vector< LabeledImage > | images |
int | nimages |
int | pos |
int | lastpos |
double | w |
double | h |
LabelBoundingBox::Quality | qual |
qdisplay::Shape * | cursor |
qdisplay::Shape * | mark |
LabelMode | mode |
unsigned | state |
Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |