Visual Studio 2013
Hi, Does anyone have a sample Visual Studio 2013 project that does face and eye detection? I have tried getting it linked with Open CV 3.0.0, but as soon as I do the second detectMultiScale for the eyes, the debug session bombs. There is no pdb file for opencv_world300d.dll, so I cannot give more info. I am obviously not linking correctly. Regards, John
bombs like what ? error msg ?
Okay some questions
@jzeller, could you give some feedback, about what kind of package you're using ? there seems to be a prebuild 3.0 opencv version out there, that contains this opencv_world300d.dll ? does it have the 'single' module dlls, too ?
again, if you really want to use 3.0 (not stable 2.4.9), start building from src right away (and probably uncheck the world module in favour of seperate dlls per module), this will create the pdb files, too.
Hi, I will be rebuilding the source for VS 2013. I think that will be necessary. Thank you for the advice!
again, could you do us the favour to report, what you downloaded, and if there were seperate module dlls at all, or only the world thing ? (tbh. i haven't seen the prebuilt packages in a long time)