Ask Your Question

nghiepmechan's profile - activity

2020-10-30 00:05:04 -0600 received badge  Popular Question (source)
2013-08-28 06:29:59 -0600 asked a question 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:

image description

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!