#include "opencv2/opencv.hpp"
#include "Eigen/Dense"
I need to import these libraries in Visual Studio Code in Ubuntu. OpenCV is present. Also C++14 libraries should be present in the editor.
#include "opencv2/opencv.hpp"
#include "Eigen/Dense"
I need to import these libraries in Visual Studio Code in Ubuntu. OpenCV is present. Also C++14 libraries should be present in the editor.