Ask Your Question

Golnaz's profile - activity

2020-10-13 19:46:25 -0600 received badge  Popular Question (source)
2013-11-30 04:45:18 -0600 commented question Windows has triggered a breakpoint in my project on Rodrigues function

no that is ok! I checked it more than 100 times!

2013-11-30 02:10:06 -0600 asked a question Windows has triggered a breakpoint in my project on Rodrigues function

Hi

I am using Rodrigues function in openCV ( visual 2010 + windows 64)

but every time I compile it, this error is appeared:

Windows has triggered a breakpoint in Golnaz.exe.

This may be due to a corruption of the heap, which indicates a bug in matrixProjection.exe or any of the DLLs it has loaded.

This may also be due to the user pressing F12 while matrixProjection.exe has focus.

The output window may have more diagnostic information.

this is cause of calling this function: Rodrigues(temp,rv);

How can I solve that?

2013-11-12 02:30:55 -0600 received badge  Editor (source)
2013-11-12 02:16:33 -0600 asked a question Unhandled exception at 0x7508c41f in matrixProjection.exe: Microsoft C++ exception: cv::Exception at memory location 0x00cae7ec.

Hi every body;

I use visual studio 2010 on Windows 7 (64-bit) and I am using openGL and openCL both;

when I want to run solution , white screen appeared and this unhandled error is showing:

Unhandled exception at 0x7508c41f in matrixProjection.exe: Microsoft C++ exception: cv::Exception at memory location 0x00cae7ec..

in my solution I traced and figured out that it is occure in this line:

solvePnP(Mat(object),Mat(points1),cam_matrix,Mat(),rvec1i,tvec1i,false,CV_P3P);

this is line of a function that I call in another function; I dont understand why I get this error.

I set the opencv for x86 however my windows is 64 bit; because it has conflict with opengl32; can you help me?