Exemplo n.º 1
0
 def drawTextonImg(self, img, loc, text):
     common.draw_str(img, loc, text)
Exemplo n.º 2
0
 def drawTextonImg(self, img, loc, text):
     common.draw_str(img, loc, text)
Exemplo n.º 3
0
 def showImg(self, img):
     common.draw_str(img, self.drawingLocation, self.drawText)
     cv2.imshow(self.windowName, img)
Exemplo n.º 4
0
 def showImg(self, img):
     common.draw_str(img, self.drawingLocation, self.drawText)
     cv2.imshow(self.windowName, img)