Can anyone point me to any examples or tutorials on how to use random trees in OpenCV, other than the opencv documentation. I would like to use it for hand detection in images. The idea is to use Local Binary Patterns to extract features and a Random Forest to classify whether a hand is detected or not.
It will be used along with skin detection to reduce areas that are not a hand.
Any advice will be highly appreciated.