I am currently suffering from some strange exceptions, which are most likely due to the fact that I am doing something wrong when interacting with opencv:
First-chance exception at 0x7580b9bc in xxx.exe: Microsoft C++ exception: cv::Exception at memory location 0x00c1c624..
I have already enabled the Thrown field in the Debug -> Exceptions menu, however I really can't figure out where the exception is being thrown in my code.
How can I debug this?
EDIT the stack frame is read as follows (my application will not even appear in the list!):
- KernelBase.dll! 7580b8bc ()
- [Frames below may be incorrect or missing]
- KernelBase.dll! 7580b8bc ()
- opencv_core242d.dll! 54eb60cc ()
c ++ visual-c ++ visual-studio-2010
memyself
source share