1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 14:41:58 +08:00

Updated headers.

This commit is contained in:
Daniel Angelov
2014-08-20 02:23:34 +03:00
parent 71757c2985
commit d98136174a
3 changed files with 10 additions and 10 deletions

View File

@@ -42,9 +42,9 @@
#ifndef __OPENCV_CCALIB_PRECOMP__
#define __OPENCV_CCALIB_PRECOMP__
#include <opencv2/core/core.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/core.hpp>
#include <opencv2/calib3d.hpp>
#include <opencv2/features2d.hpp>
#include <vector>