Grretings.
I hope this is the correct place to post this question, if not, I sincerely apologize in hopes, that you're not too mad.
The problem I'm facing is following: I'm writing a degree assignment about speeding up face detection with OCV on Android, using the samples, I've implemented face detection with detection_based_tracker and LBP cascades, but I'm missing all the documentation and current state description.
So what I'm looking for (the ideal) is detection_based_tracker documentation, how it works, it's development history.
What I have so far is facerec tutorial, which describes roughly how LBP works, blog post about how detection_based_tracker works and this CascadeClassifier sample, all of which I'm guessing detection_based_tracker is using, except I can't say for sure and can't reference anything from that, until I do.