Strange assertion failed message when running (EXAMPLE) detector_descriptor_matcher_evaluation
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.
what about pressing "retry" (to jump into the debugger) , and move down the call-stack until you reach your actual code ?
Thanks, it stopped a few lines after the start of main(). Thanks!