Moved PlanarObjectDetector to the objdetect module

This commit is contained in:
Ilya Lysenkov
2010-12-27 08:25:31 +00:00
parent 8f0d36b8b6
commit dc9e5eda19
8 changed files with 279 additions and 224 deletions

View File

@@ -57,5 +57,7 @@
#include "opencv2/core/core_c.h"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/core/internal.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/calib3d/calib3d.hpp"
#endif