Skip to content

Commit de54c84

Browse files
committed
udpated
1 parent ed4ff01 commit de54c84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

OpenCV/handTrackingModule.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ def positionFinder(self,image, handNo=0, draw=True):
3737
lmlist.append([id,cx,cy])
3838
if draw:
3939
cv2.circle(image,(cx,cy), 15 , (255,0,255), cv2.FILLED)
40-
4140
return lmlist
4241

4342

44-
4543
def main():
4644
cap = cv2.VideoCapture(0)
4745
tracker = handTracker()

0 commit comments

Comments
 (0)