コード例 #1
0
ファイル: VideoWindow.py プロジェクト: Hydex/hand_detection
 def drawTextonImg(self, img, loc, text):
     common.draw_str(img, loc, text)
コード例 #2
0
ファイル: VideoWindow.py プロジェクト: Hydex/hand_detection
 def drawTextonImg(self, img, loc, text):
     common.draw_str(img, loc, text)
コード例 #3
0
ファイル: VideoWindow.py プロジェクト: Hydex/hand_detection
 def showImg(self, img):
     common.draw_str(img, self.drawingLocation, self.drawText)
     cv2.imshow(self.windowName, img)
コード例 #4
0
ファイル: VideoWindow.py プロジェクト: Hydex/hand_detection
 def showImg(self, img):
     common.draw_str(img, self.drawingLocation, self.drawText)
     cv2.imshow(self.windowName, img)