Functions | |
| def | annotate_image |
| def | call_neighborhood |
| def | on_mouse |
Variables | |
| tuple | cv_im = cv.LoadImage(img) |
| tuple | img_list = glob.glob(opt.dir+'/*.jpg') |
| tuple | mech_info_dict = ut.load_pickle(opt.dir+'/mechanism_info.pkl') |
| tuple | p = optparse.OptionParser() |
| string | type = 'string' |
| def annotate_images.annotate_image | ( | cv_im, | |
| mech_info_dict, | |||
| dir | |||
| ) |
Definition at line 38 of file annotate_images.py.
| def annotate_images.call_neighborhood | ( | func, | |
| func_params, | |||
| x, | |||
| y | |||
| ) |
Definition at line 18 of file annotate_images.py.
| def annotate_images.on_mouse | ( | event, | |
| x, | |||
| y, | |||
| flags, | |||
| param | |||
| ) |
Definition at line 30 of file annotate_images.py.
| tuple annotate_images::cv_im = cv.LoadImage(img) |
Definition at line 199 of file annotate_images.py.
| tuple annotate_images::img_list = glob.glob(opt.dir+'/*.jpg') |
Definition at line 196 of file annotate_images.py.
| tuple annotate_images::mech_info_dict = ut.load_pickle(opt.dir+'/mechanism_info.pkl') |
Definition at line 197 of file annotate_images.py.
| tuple annotate_images::p = optparse.OptionParser() |
Definition at line 188 of file annotate_images.py.
| string annotate_images::type = 'string' |
Definition at line 190 of file annotate_images.py.