Posts by Marco Aurélio • 38 points
2 posts
-
1
votes2
answers434
viewsA: How to create a counter in face detection?
I believe this is what you’re looking for... text = "{} face(s) found".format(len(faces)) cv2.putText(frame, text, (10, 20), cv2.FONT_HERSHEY_SIMPLEX, 0.5, (0, 0, 255), 2)…
-
-1
votes4
answers741
viewsQ: how to calculate the amount of days with date input?
My question is this:: I have two input type date. What I want to do in Javascript is to calculate the number of days from the first to the second, ie if the person put dateEntrada = day 02/06/2018…