Posts by Zorro Cerveró • 140 points
4 posts
-
4
votes1
answer202
viewsQ: Implement a blink counter in the face detection
As q do to display the amount of flashes of people detected at the time. The code below detects face with Haar Cascade, where it displays a face counter. from __future__ import print_function…
-
1
votes4
answers741
viewsA: how to calculate the amount of days with date input?
function calculaDiferenca(dataInicial, dataFinal) { /*gera um objeto do tipo Date com valor do input*/ var date1 = new Date(dataInicial); var date2 = new Date(dataFinal);…
-
3
votes2
answers434
viewsQ: How to create a counter in face detection?
As you can see in the code below, it only detects the faces with Haar Cascade, I would like to know how to display on the webcam the amount of people detected at the time. from __future__ import…
-
4
votes2
answers555
viewsQ: how to automatically fill in an input?
As the code shows with several textfield, I want to make visible only date, date and KM and from these 3 fill in the others that will be invisible, the amount to be paid will be displayed on an…