problem while running opencv program.
hi
I'm completely beginner in opencv.I start learning opencv with some prepared codes from lirtex.com about solid color ball motion tracking. My operating system is asus,64bit,win8. and I use... OpenCV-2.2.0-win32-vs2010.....in.....Microsoft Visual Studio c++ 2010 express........I had done all necessary thing such as defining property sheet ....and so on. but I get some errors like this when I start the program.
"The program '[1324] Trackred.exe: Native' has exited with code -1073741510 (0xc000013a)."
I think it might be a problem with my linker.but I checked them again and found nothing wrong.
please help me.
In which line do you get those error? Add some code to your question.
A quick Google search shows this error code being returned as a result of pressing CTRL-C. Have you tried to run in Debug mode to see where the problem occurs?