Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon.

This commit is contained in:
Leonid Beynenson
2011-09-28 21:14:20 +00:00
parent 4d3b1a4a02
commit 87a21016d8
3 changed files with 35 additions and 5 deletions

View File

@@ -60,4 +60,8 @@
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/calib3d/calib3d.hpp"
#ifdef HAVE_TEGRA_OPTIMIZATION
#include "opencv2/objdetect/objdetect_tegra.hpp"
#endif
#endif