Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A lot of people would like to do that, because false positives are a fact of life and we'd like a way to reject them.

Unfortunately, it is not really feasible with cascade-style binary classification. Everything that makes it through the cascade has the same confidence level.

Thus, you need some independent way to check the resulting faces for plausibility. Berak's suggestion is reasonable also.