saviopalmieri / ctypes-opencv

Automatically exported from code.google.com/p/ctypes-opencv
0 stars 0 forks source link

cannot open input file 'cxcore.lib #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I follow the step in 
http://www.site.uottawa.ca/~laganier/tutorial/opencv+directshow/cvision.htm
 site and after few step i'm getting 
"fatal error LNK1181: cannot open input file 'cxcore.lib'"
after linking the CV lib to the project and and typed the code which uses 
open cv lib

What is the expected output? What do you see instead?
there suspose not to have sny error just a program that can open image 

What version of the product are you using? On what operating system?
i'm using xp home , visual studio 2005 and downloaded opencv from sourge 
forge . direct x sdk (june 2008)

Please provide any additional information below.

hope some one can help as i need to learn fast to create my project ..

Original issue reported on code.google.com by sha...@gmail.com on 5 Mar 2009 at 5:05

GoogleCodeExporter commented 8 years ago
I'm sorry but I think this has nothing to do with ctypes-opencv, which works 
directly
with OpenCV's dynamic libraries instead. Please consult the owner of the site 
you
have followed. He may give you some useful hints.

Best regards,

Minh-Tri

Original comment by pmtri80@gmail.com on 6 Mar 2009 at 4:49

GoogleCodeExporter commented 8 years ago
I have the same problem. Any luck?

Original comment by mail.tim...@gmail.com on 5 Jan 2010 at 1:35

GoogleCodeExporter commented 8 years ago
the problem is ur version of opencv, if u have opencv 2.0 the core 
engine(cxcore.lib) 
is named libcxcore200.dll, look in ur binairies folder, and you will probably 
find your 
files there

Original comment by FrankThe...@gmail.com on 18 Feb 2010 at 2:18

GoogleCodeExporter commented 8 years ago
In oder to use ctypes_opencv with OpenCV2.0, it is need to modify cxcore.py
http://d.hatena.ne.jp/niitsuma/20080209/1269346412

Original comment by Hirotaka...@gmail.com on 23 Mar 2010 at 12:21