Functions | |
| def | annotate |
| def | on_mouse |
| def | read_bb |
| def | show_bb |
Variables | |
| list | bb_list = [] |
| image = None | |
| image_clone = None | |
| in_draw = False | |
| def annotate::annotate | ( | image_name, | ||
| bb_name | ||||
| ) |
Definition at line 61 of file annotate.py.
| def annotate::on_mouse | ( | event, | ||
| x, | ||||
| y, | ||||
| flags, | ||||
| p | ||||
| ) |
Definition at line 19 of file annotate.py.
| def annotate::read_bb | ( | bb_name | ) |
Definition at line 52 of file annotate.py.
| def annotate::show_bb | ( | image, | ||
| bbs | ||||
| ) |
Definition at line 15 of file annotate.py.
| list annotate::bb_list = [] |
Definition at line 13 of file annotate.py.
| annotate::image = None |
Definition at line 9 of file annotate.py.
| annotate::image_clone = None |
Definition at line 10 of file annotate.py.
| annotate::in_draw = False |
Definition at line 11 of file annotate.py.