Face Detection and Tracking
Loading...
18,777
Uploader Comments (piechulla1966)
see all
All Comments (12)
-
" A few years ago, two parents went out for dinner. A few hours later, the babysitter was calling to ask if she could cover up the clown statue in the kids' room,the father said,"Take the kids and get out of the house. We'll call thepolice, we don't have a clown statue." The "clown statue" is really a killer that escaped from jail.(true story)If you don't postthis letter on to 10 pagess tonight, the clown will be in your bed at 3:00 am with a chainsaw in his hand
-
Interesting
-
1:05 nice
-
It should be noted that the video is outdated. You can do this 10 times faster with the newest version of OpenCV.
Loading...
Hi, Do you know the inner workings of the viola jones algorithm and the xml-structure? Like How do you normalize the resulting features calculated from the rectanlges? do you divide with the variance or the std deviation? In the paper it is the variance but some implementations on the internet use the std dev to normalize.
dbancajas 2 years ago
What's "the paper"? Are we talking about this one?:
@INPROCEEDINGS{Viola01robustreal-time, author = {Paul Viola and Michael Jones}, title = {Robust Real-time Object Detection}, booktitle = {International Journal of Computer Vision},
year = {2001}
}
piechulla1966 2 years ago
Ok, nobody else did, so I should provide you with the shortest possible answer: Since STD is the square root of VAR, your question boils down to "Is someValue / normalizingValue equivalent to someValue / sqrt(normalizingValue)". Nuff said?
piechulla1966 2 years ago
yes. i am talking about the viola-jones paper. You didn't answer my question. You are full of rhetorical bullshit. I asked a simple question and didn't expect a convoluted answer. And FYI, I already found the answer, you normalize it using the STDDEV. Not the variance.
Is someValue / normalizingValue equivalent to someValue / sqrt(normalizingValue)" ??
It depends. if the normalizing value is 1 then it is equal? but if it is another number then it's not equal. nuff said?
dbancajas 2 years ago
@dbancajas
Yes, I love rhetorical bullshit -- sometimes (it depends).
I do my thing, you do your thing.
I am not in this world to live up to your expectation.
And you are not in this world to live up to mine.
You are you and I am I.
And if by chance we find each other,
it's beautiful.
If not, it can't be helped.
piechulla1966 2 years ago