How to find variance
Mostrar comentarios más antiguos
What if my face detector detects faces to within 10 pixels of the actual face location 95% of the time. If we assume this error is Gaussian-distributed,how to get its variance? Total are 4 coordinates
Respuestas (1)
bym
el 17 de Abr. de 2012
unless I misunderstand your question, 95% is 1.96 standard deviations (two sided). You didn't mention if the 10 pixels are ±, so I assume it is the total variation. Then the variance is
(10/(2*1.96))^2
ans =
6.5077
3 comentarios
Walter Roberson
el 18 de Abr. de 2012
I don't see at the moment where the 2* is arising?
Marium Malik
el 18 de Abr. de 2012
Marium Malik
el 18 de Abr. de 2012
Categorías
Más información sobre Face Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!