ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The simple answer to what's happening is that there is no opencv.hpp at that path. I admit I'm lazy and didn't try your code out, but try these two things:

1) Remove #include "opencv2/opencv.hpp". Recompile. 2) Do (1), then add #include "opencv2/core/core_c.h". Recompile.

The simple answer to what's happening is that there is no opencv.hpp at that path. I admit I'm lazy and didn't try your code out, but try these two things:

1) Remove #include "opencv2/opencv.hpp". Recompile. Recompile.
2) Do (1), then add #include "opencv2/core/core_c.h". Recompile.

The simple answer to what's happening is that there is no opencv.hpp at that path. I admit I'm lazy and didn't try your code out, but try these two things:

1) Remove #include "opencv2/opencv.hpp". Recompile.
2) Do (1), then add #include "opencv2/core/core_c.h". "opencv2/core/core.hpp". Recompile.