Fix findEssentialMat function

Also remove all usages of std::complex from OpenCV modules
This commit is contained in:
Andrey Kamaev
2013-04-03 17:25:00 +04:00
parent 6ce050d264
commit d4bb421ce2
5 changed files with 19 additions and 23 deletions

View File

@@ -45,6 +45,7 @@
#define __OPENCV_CORE_CVSTDINL_HPP__
#ifndef OPENCV_NOSTL
# include <complex>
# include <ostream>
#endif

View File

@@ -52,10 +52,6 @@
#include <cfloat>
#include <vector>
#ifndef OPENCV_NOSTL
# include <complex>
#endif
#include "opencv2/core/cvdef.h"
#include "opencv2/core/cvstd.hpp"
#include "opencv2/core/matx.hpp"