Has anybody got openFrameworks & opencv 2.3 working on windows 7?
I understand for OSX there is updated ofOpenCv, but I havent found one for windows. However, compiled correctly would do, with CodeBlocks/VS2010 or any other method, and then I get on with writing code to link the two together.
If anybody could point me to any guides/tutorials or explain me any way which works I would be very grateful.
* I have managed to get opencv 2.3 to work with VS2010, using this tutorial (changing any reference to x64 to x86):
and we should post another zip soon that has it fixed. basically the xcode project is missing some of the extra source files in “src”. If you add them it should compile fine.
Downloaded the latest version from Github, not sure if it was the right version though (Haven’t got my head around Github yet) - I got this folder (after unzipping) following clicking ‘download’ on the link you sent me:
openframeworks-openFrameworks-3c0cd68
I understand there might me ‘master’ as well as ‘develop’ - not sure which version I have.
Anyway works using VS2010!
However the ‘advanced3dExample’ didn’t compile under ‘debug’ mode, only under ‘release’ mode. Is this to be expected? (not a big problem - I thought I would just share my findings)