1 | initial version |
Have a look in your OpenCV directory under 'data'. You will find the subdirectories 'haarcascades', 'hogcascades' and 'lbpcascades' containing trained cascades for different bodyparts/objects.
If you're looking for something else, you have to train it yourself, which demands a little deeper understanding of the detection algorithm in order to get a good detector.