calib3d problem in opencv 2.4.9 on Mac OS X

asked 2014-09-03 15:47:45 -0600

ccerhan gravatar image

I had a problem with the findChessboardCorners function in calib3d module. I can compile the source code which I looked for in the opencv doc, and i get a runtime crush when the function will be executed. There is no error message, just a crush. Also I had the same problem when i want to call StereoBM functions.

Mac OS X 10.9.4 | OpenCV 2.4.9 | Qt 5.3 clang 64bit

edit retag flag offensive close merge delete

Comments

1

please run a debug build. a lot of important asserts get suppressed in release mode

berak gravatar imageberak ( 2014-09-04 00:27:51 -0600 )edit