diff --git a/RandomFerns.cpp b/RandomFerns.cpp index 1a5a1a0..2dc36f3 100644 --- a/RandomFerns.cpp +++ b/RandomFerns.cpp @@ -121,6 +121,7 @@ bool RandomFerns::Apply_Ferns(cv::Mat img,cv::Rect bbox, cv::Mat& init_pose){ posetmp.release(); } init_pose = initpose2.clone(); + return false; } void RandomFerns::get_linepoint(cv::Mat img,cv::Mat init_pose,std::vector line_pids, cv::Mat& feats){