Commit d9813617 authored by Daniel Angelov's avatar Daniel Angelov

Updated headers.

parent 71757c29
...@@ -42,10 +42,10 @@ ...@@ -42,10 +42,10 @@
#ifndef __OPENCV_CCALIB_HPP__ #ifndef __OPENCV_CCALIB_HPP__
#define __OPENCV_CCALIB_HPP__ #define __OPENCV_CCALIB_HPP__
#include <opencv2/core/core.hpp> #include <opencv2/core.hpp>
#include <opencv2/features2d/features2d.hpp> #include <opencv2/features2d.hpp>
#include <opencv2/imgproc/imgproc.hpp> #include <opencv2/imgproc.hpp>
#include <opencv2/calib3d/calib3d.hpp> #include <opencv2/calib3d.hpp>
#include <vector> #include <vector>
......
...@@ -46,11 +46,11 @@ ...@@ -46,11 +46,11 @@
#include "precomp.hpp" #include "precomp.hpp"
#include "opencv2/ccalib.hpp" #include "opencv2/ccalib.hpp"
#include <opencv2/core/core.hpp> #include <opencv2/core.hpp>
#include <opencv2/core/types_c.h> // CV_TERM #include <opencv2/core/types_c.h> // CV_TERM
#include <opencv2/core/core_c.h> // CV_RGB #include <opencv2/core/core_c.h> // CV_RGB
#include <opencv2/calib3d/calib3d.hpp> #include <opencv2/calib3d.hpp>
#include <opencv2/features2d/features2d.hpp> #include <opencv2/features2d.hpp>
#include <vector> #include <vector>
#include <cstring> #include <cstring>
......
...@@ -42,9 +42,9 @@ ...@@ -42,9 +42,9 @@
#ifndef __OPENCV_CCALIB_PRECOMP__ #ifndef __OPENCV_CCALIB_PRECOMP__
#define __OPENCV_CCALIB_PRECOMP__ #define __OPENCV_CCALIB_PRECOMP__
#include <opencv2/core/core.hpp> #include <opencv2/core.hpp>
#include <opencv2/calib3d/calib3d.hpp> #include <opencv2/calib3d.hpp>
#include <opencv2/features2d/features2d.hpp> #include <opencv2/features2d.hpp>
#include <vector> #include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment