コード例 #1
0
 def __init__(self, image, numeroTable):
     Detection.__init__(self, image, numeroTable)
     self.tresorIdentifies = []
コード例 #2
0
 def __init__(self, image, numeroTable):
     Detection.__init__(self, image, numeroTable)
     self.robotIdentifiee = None
     self._definirPatronsFormes()
コード例 #3
0
 def __init__(self, image, numeroTable):
     Detection.__init__(self, image, numeroTable)
     self.ilesIdentifiees = []
     self._definirPatronsFormes()