I observed @DLu started porting leg_detector to kinetic by changing CvRTrees to cv::ml::RTrees.
The new OpenCV 3.0 RTrees class does not have direct replacement members for load(), predict_prob() and get_active_var_mask() which are used in leg_detector.
I am unaware of the efforts going on to put those functions in OpenCV 3 or the efforts on modifying leg_detector to work with CV3 as is.
@DLu are you currently pursuing this actively or know about an effort in this direction? I might be able to contribute in my spare time, but I would rather not dive into it if someone is close to solving this issue.
Thanks,
Harsh
I observed @DLu started porting leg_detector to kinetic by changing CvRTrees to cv::ml::RTrees.
The new OpenCV 3.0 RTrees class does not have direct replacement members for load(), predict_prob() and get_active_var_mask() which are used in leg_detector.
I am unaware of the efforts going on to put those functions in OpenCV 3 or the efforts on modifying leg_detector to work with CV3 as is.
@DLu are you currently pursuing this actively or know about an effort in this direction? I might be able to contribute in my spare time, but I would rather not dive into it if someone is close to solving this issue.
Thanks,
Harsh