Exemplo n.º 1
0
 def __init__(self, x_boundary, y_boundary):
     Blob.__init__(self, (0, 255, 0), x_boundary, y_boundary)
Exemplo n.º 2
0
 def __init__(self, x_boundary, y_boundary):
     Blob.__init__(self, (0, 0, 255), x_boundary, y_boundary)
     logging.info('Blob init with color {}'.format(str(self.color)))