Variables
floodfill Namespace Reference

Variables

list colors = []
 
bool flag = False
 
 flags
 
 img = tmp.copy()
 
string input_path = './../data/INPUT/gt_colored//'
 
string output_path = input_path + map
 
 pixel = list(img[(y, x)])
 
tuple random_color = (randint(1, 254), randint(1, 254), randint(1, 254))
 
 th
 
 tmp = cv2.imread(input_path + map)
 

Variable Documentation

◆ colors

list floodfill.colors = []

Definition at line 15 of file floodfill.py.

◆ flag

bool floodfill.flag = False

Definition at line 21 of file floodfill.py.

◆ flags

floodfill.flags

Definition at line 27 of file floodfill.py.

◆ img

floodfill.img = tmp.copy()

Definition at line 11 of file floodfill.py.

◆ input_path

string floodfill.input_path = './../data/INPUT/gt_colored//'

Definition at line 7 of file floodfill.py.

◆ output_path

string floodfill.output_path = input_path + map

Definition at line 9 of file floodfill.py.

◆ pixel

floodfill.pixel = list(img[(y, x)])

Definition at line 18 of file floodfill.py.

◆ random_color

tuple floodfill.random_color = (randint(1, 254), randint(1, 254), randint(1, 254))

Definition at line 20 of file floodfill.py.

◆ th

floodfill.th

Definition at line 13 of file floodfill.py.

◆ tmp

floodfill.tmp = cv2.imread(input_path + map)

Definition at line 10 of file floodfill.py.



rose2
Author(s): Gabriele Somaschini, Matteo Luperto
autogenerated on Wed Jun 28 2023 02:21:53