1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00

Derive WaldBoost from Algorithm

This commit is contained in:
Vlad Shakhuro
2014-07-03 09:01:50 +04:00
parent a9599990f0
commit a8f9344ef8
4 changed files with 41 additions and 63 deletions

View File

@@ -43,6 +43,7 @@ the use of this software, even if advised of the possibility of such damage.
#define __OPENCV_XOBJDETECT_PRECOMP_HPP__
#include <opencv2/xobjdetect.hpp>
#include <opencv2/xobjdetect/private.hpp>
#include <opencv2/imgproc.hpp>
#include <opencv2/imgproc/types_c.h>