Are Haar-Like features randomly generated for Viola Jones algorithm?

13 Views Asked by At

Are the Haar-like features randomly generated in propotion to size, type and amount, in the computer vision algorithm Viola Jones?

I have the paper here and as I understand, AdaBoost is used to select the best Haar-like features that can separate the binary data. But it does not stand if the Haar-like features are randomly generated or pre-defined from initial start.

0

There are 0 best solutions below