Functions | |
def | check_position1 (pos, size) |
def | check_position2 (pos) |
def | check_position3 (pos, size) |
def | check_position4 (pos) |
def | check_position5 (pos, size) |
def | check_position6 (pos, size) |
def | check_position7 (pos, size) |
def | check_position8 (pos) |
def | clear_rooms (room_image, param_obj, rooms) |
def | compute_distance (pix_data, position, size, colors) |
def | get_color (pos, pix_data, colors) |
def | get_colors (pix_data, map_image) |
def | oversegmentation (segmentation_map_path, th_post, filepath='.') |
def | remove_small_color (dictionary, colors, th) |
def postprocessing.check_position1 | ( | pos, | |
size | |||
) |
Definition at line 36 of file postprocessing.py.
def postprocessing.check_position2 | ( | pos | ) |
Definition at line 42 of file postprocessing.py.
def postprocessing.check_position3 | ( | pos, | |
size | |||
) |
Definition at line 48 of file postprocessing.py.
def postprocessing.check_position4 | ( | pos | ) |
Definition at line 54 of file postprocessing.py.
def postprocessing.check_position5 | ( | pos, | |
size | |||
) |
Definition at line 60 of file postprocessing.py.
def postprocessing.check_position6 | ( | pos, | |
size | |||
) |
Definition at line 66 of file postprocessing.py.
def postprocessing.check_position7 | ( | pos, | |
size | |||
) |
Definition at line 72 of file postprocessing.py.
def postprocessing.check_position8 | ( | pos | ) |
Definition at line 78 of file postprocessing.py.
def postprocessing.clear_rooms | ( | room_image, | |
param_obj, | |||
rooms | |||
) |
Definition at line 196 of file postprocessing.py.
def postprocessing.compute_distance | ( | pix_data, | |
position, | |||
size, | |||
colors | |||
) |
Definition at line 84 of file postprocessing.py.
def postprocessing.get_color | ( | pos, | |
pix_data, | |||
colors | |||
) |
Definition at line 29 of file postprocessing.py.
def postprocessing.get_colors | ( | pix_data, | |
map_image | |||
) |
Definition at line 4 of file postprocessing.py.
def postprocessing.oversegmentation | ( | segmentation_map_path, | |
th_post, | |||
filepath = '.' |
|||
) |
Definition at line 157 of file postprocessing.py.
def postprocessing.remove_small_color | ( | dictionary, | |
colors, | |||
th | |||
) |
Definition at line 22 of file postprocessing.py.