Go to the source code of this file.
Namespaces | |
floodfill | |
Variables | |
list | floodfill.colors = [] |
bool | floodfill.flag = False |
floodfill.flags | |
floodfill.img = tmp.copy() | |
string | floodfill.input_path = './../data/INPUT/gt_colored//' |
string | floodfill.output_path = input_path + map |
floodfill.pixel = list(img[(y, x)]) | |
tuple | floodfill.random_color = (randint(1, 254), randint(1, 254), randint(1, 254)) |
floodfill.th | |
floodfill.tmp = cv2.imread(input_path + map) | |