Example #1
0
 def __init__(self, x_boundary, y_boundary):
     Blob.__init__(self, (0, 255, 0), x_boundary, y_boundary)
Example #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)))