In this project, I introduced and implemented a face detection
algorithm, based on LBP features. Motivated by the fact that
computing Haar-like features are too computationally heavy to
work on mobile product, I utilize another feature which is
computationally simpler than Haar-like feature.
Although LBP feature is simpler, my implementation shows
that it is enough to discriminate faces and non faces faster