Ask Your Question

sajjad_sss's profile - activity

2016-03-22 10:48:26 -0600 received badge  Student (source)
2016-03-22 09:22:27 -0600 commented question Unhandled exception

Thanks Dear problem was what u said . but a space in folder name make the new problem

2016-03-22 06:43:02 -0600 commented question Unhandled exception

may i ask u to edit this code to absolute path ?

2016-03-21 16:46:52 -0600 commented question Unhandled exception

what do u mean about image pas dude ? explain more plz i copied lena,jpg into the solution folder .

2016-03-21 14:41:52 -0600 asked a question Unhandled exception

Hey everybody i amateur at opencv after i build a code no error found but after start VS show this message : Unhandled exception at 0x00007FF8565FA1C8 in ConsoleApplication1.exe: Microsoft C++ exception: cv::Exception at memory location 0x0000003FEF40F350. the console running but nothing to show and hang . i use vs 2013 and opencv 3.0.0 windows 10

my code :

#include <opencv2\core\core.hpp>
#include <opencv2\highgui\highgui.hpp>
using namespace cv;
int main()
{
    Mat image = cv::imread("lena.jpg");
    namedWindow("IMAGE");
    imshow("IMAGE", image);
    waitKey(0);
}
2016-03-21 07:13:45 -0600 commented question First run (0x000007b) Error

so dear what is the solution ?

2016-03-20 15:44:12 -0600 asked a question First run (0x000007b) Error

Hey i newly setup opencv 3 on vs2013 in Windows 10 but after i release/debug it show : the application was unable to start correctly (0x000007b).opencv error ... im amateur in opencv and have no idea what to do i setup linker _ add dir _ add lib again and again but doesnt work .