Ask Your Question

Cur3ty's profile - activity

2012-11-29 01:48:00 -0600 received badge  Student (source)
2012-11-28 17:00:15 -0600 asked a question Need help @ objectdetection sample code getting started

Hey guys, I'm absolutly new in that topic, so please accept my newbieness :-)

I liked to test Object detection sample from the samplecode in the OpenCV directory with Visual Studio 2010 and in C++, but it didn't started :-(

I opened the c++file and embaded it into a new empty project with correct include, library and dependency links and startet debugging. All was fine, but the console window popped up for less than a second with the words "--(!)Error loading".

What am I doing wrong? I use the x64 debug and release version, because the x32 didn't work.

I hope you can help me with that :-) greez

ps: the "objecdetection.cpp" lies in: "C:\opencv\samples\cpp\tutorial_code\objectDetection"