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

opencv2/opencv.hpp missing on vc2008 Express

asked 2011-07-10 22:54:20 -0500

Leo gravatar image

updated 2014-01-28 17:10:01 -0500

ngrennan gravatar image

Hi, I'm trying to run the program ssimTest found at this URL:

http://nma.web.nitech.ac.jp/fukushima...

I have the same environment, OpenCV2.1 and VC2008 Express. When I compile, I see this:

c:\users\asus24\documents\visual studio 2008\projects\ssimtest\ssimtest\main.cpp(2) : fatal error C1083: Impossible open the include file 'opencv2/opencv.hpp': No such file or directory

And this file does not exist.

Some friends of other list have suggested to me to ask here.

Also I have see the www.ros.org pages and the Win download seems to be compiled with MinGW and CMake. As I have VC2008 Express now I'm in confusion and totally lost.

Ciao

Leo

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-09-02 10:33:16 -0500

Vincent Rabaud gravatar image

You need to use a more recent version of OpenCV that has C++ bindings and the file you are mentioning. 2.3.1 got released in July 2011.

That will solve your issue but you can also file bug reports for OpenCV on: https://code.ros.org/trac/opencv/report

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-07-10 22:54:20 -0500

Seen: 913 times

Last updated: Sep 02 '11