Help me begin with OpenCV project
I made an example, loading an image from disk and dísplaying it on the screen. I am using visual studio 2008 and used the code below:
The following error appears:
1>c:\users\dell\documents\visual studio 2008\projects\llllllll\llllllll\llllllll.cpp(11) : error C2065: '“Example1”' : undeclared identifier
1>c:\users\dell\documents\visual studio 2008\projects\llllllll\llllllll\llllllll.cpp(12) : error C2065: '“Example1”' : undeclared identifier
I think "example1 " is the image I want to load. I placed it inside the c++ file, I tried but program is not active!
Help me please!