def __init__(self, image, numeroTable):
     Detection.__init__(self, image, numeroTable)
     self.tresorIdentifies = []
 def __init__(self, image, numeroTable):
     Detection.__init__(self, image, numeroTable)
     self.robotIdentifiee = None
     self._definirPatronsFormes()
 def __init__(self, image, numeroTable):
     Detection.__init__(self, image, numeroTable)
     self.ilesIdentifiees = []
     self._definirPatronsFormes()