how to install opencv in win64 bit and visual studio 2008 express
I'm developing application in visual studio 2008 express edition. I want to work on opencv also. Can someone share installation steps in win -64 bit and visual studio 2008 express environment? Thanks
Too bad but it is not possible to compile x64 bit applications with the express edition, see here. So either grab a 32 bit version, which will do just fine on your 64 bit system or grab an official release or move to a complete version.
As to some guides: click here or here!