开发者_高级运维debug" />
开发者

Visual Studio 2008 .exe problem

开发者 https://www.devze.com 2022-12-10 19:51 出处:网络
I wrote a program and when I compile and run it in Microsoft Visual Studio 2008 it works. I learned that there is an exe file in the projects folder. I found in \"project name\"->开发者_高级运维debug

I wrote a program and when I compile and run it in Microsoft Visual Studio 2008 it works.

I learned that there is an exe file in the projects folder. I found in "project name"->开发者_高级运维debug folder. When I select it does not work and give me an error.

The error is below:

alt text http://img688.imageshack.us/img688/5267/errorl.jpg

What should I do?


It appears you're using OpenCV's object detection code. This error, along with your description of the situation, indicates that you need to have a classifier XML file present in your application's working directory for OpenCV to work properly. Said XML file should be located within your project folder; simply copy it into the Debug folder for your application to work properly.

0

精彩评论

暂无评论...
验证码 换一张
取 消