Fix findEssentialMat function
Also remove all usages of std::complex from OpenCV modules
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#define __OPENCV_CORE_CVSTDINL_HPP__
|
||||
|
||||
#ifndef OPENCV_NOSTL
|
||||
# include <complex>
|
||||
# include <ostream>
|
||||
#endif
|
||||
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user