Ask Your Question
0

MSER detection error: overflow?

asked 2016-07-06 01:30:46 -0600

chenjianjun gravatar image

My studio is vs2013+opencv249. The debug information is shown as follow: image description

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-07-06 01:46:52 -0600

berak gravatar image
  • please avoid using IplImage*, or anything from the deprecated c-api. mixing c/c++ code here is the straight road to hell.

  • this looks, like you're accidentally mixing debug and release opencv libs (or use the wrong ones)

edit flag offensive delete link more

Comments

thx for your advice.

chenjianjun gravatar imagechenjianjun ( 2016-08-08 02:18:13 -0600 )edit

did you fix the problem? I have the same issue, please help me!! :S

Julz gravatar imageJulz ( 2017-05-03 18:20:58 -0600 )edit

if anyone else has the same problem in the future, I only changed the opencv version from 2.4.10 to 2.4.12 (with VS 2012) and the problem was fixed.

Julz gravatar imageJulz ( 2017-05-04 15:35:40 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-07-06 01:30:46 -0600

Seen: 245 times

Last updated: Jul 06 '16