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

@@ -2,6 +2,7 @@
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/objdetect/objdetect.hpp"
#include <algorithm>
#include <iostream>