Ask Your Question
0

First-chance exception in stitching OpenCV 3.0

asked 2015-10-18 08:44:21 -0600

LBerger gravatar image

updated 2015-10-18 10:38:09 -0600

Hi,

I want to use opencv 3.0 download from link in opencv.org with cmake. I have make a small video and all file can be downloaded from here. Program is OK until I press return to close it with this error :

R6025
- pure virtual function call

it seems that's a problem with VS 2013 win 64 to have global Mat variable. If I move this variable in local It's ok.

Now in debug I have got a first chance exception :

First-chance exception at 0x00007FF9BABEA1C8 in myProject.exe: Microsoft C++ exception: cv::Exception at memory location 0x000000839B28AC40.

It happens in fundam.cpp between line 173-174.

I don't think it's a very important because program still gives good result but if somebody know how to suppress this exception it would be pleasant in this configuration

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-10-18 10:10:27 -0600

updated 2015-10-18 10:11:04 -0600

I built latest updateOpenCV 3.0 from https://github.com/Itseez/opencv (with https://github.com/Itseez/opencv_contrib of course) and run your program (built in Release mode) built with VS 2013 Update 4 64 bit (on Windows 7 SP1 64 bit) without any error or exception. May be latest version is worth a try (of build and use).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-10-18 08:44:21 -0600

Seen: 247 times

Last updated: Oct 18 '15