ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.
2 | No.2 Revision |
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.
3 | No.3 Revision |
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.