Strange assertion failed message when running (EXAMPLE) detector_descriptor_matcher_evaluation

asked 2013-06-01 05:15:01 -0600

Hi,

I'm trying to run (EXAMPLE) detector_descriptor_matcher_evaluation. I added a breakpoint on the first line of the main() function to follow the program flow, but I'm getting an assertion failed message before even reaching that line! How can that make sense?

I added the assertion failed message I'm getting. C:\fakepath\Assertion.jpg

Can anyone guide me to what can cause this problem?

Thanks in advance!

Gil.

edit retag flag offensive close merge delete

Comments

1

what about pressing "retry" (to jump into the debugger) , and move down the call-stack until you reach your actual code ?

berak gravatar imageberak ( 2013-06-01 05:26:50 -0600 )edit
2

Thanks, it stopped a few lines after the start of main(). Thanks!

GilLevi gravatar imageGilLevi ( 2013-06-01 07:09:30 -0600 )edit