Skip to content

Commit 40d119a

Browse files
authored
Update face_detectv3.py
1 parent 611e3fe commit 40d119a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Face-Detection/v3/face_detectv3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def detect():
2828
break
2929

3030
cap.release()
31-
31+
cv2.destroyAllWindows()
3232

3333
detect()

0 commit comments

Comments
 (0)