fix missing library
This commit is contained in:
parent
e45145988e
commit
0f2cfce8f8
|
|
@ -3,6 +3,7 @@
|
||||||
#include <opencv2/aruco.hpp>
|
#include <opencv2/aruco.hpp>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include <opencv2/highgui/highgui.hpp>
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include <opencv2/imgproc/imgproc.hpp>
|
||||||
|
#include <opencv2/calib3d.hpp>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
cv::Mat cameraMatrix, distCoeffs;
|
cv::Mat cameraMatrix, distCoeffs;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue