semi colon

This commit is contained in:
HeshamTB 2018-12-12 21:56:33 +03:00
parent 00b476ee0b
commit 96c2d4ccc3

View File

@ -64,7 +64,7 @@ def start( camera, face_cascade):
img = rawCapture.array
gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
faces = face_cascade.detectMultiScale(gray, 1.3,5)
i = 0;
i = 0
for (x,y,w,h) in faces:
i += 1
j += 1