Hi, i am trying to run the stereo_calib.cpp example. It is crashing on my images, so i am now trying with teh given opencv data/images.
It will run through twice, but when it reaches the 3rd image (the second 'left' image) it crashes here:
found = findChessboardCorners(timg, boardSize, corners,
CALIB_CB_ADAPTIVE_THRESH | CALIB_CB_NORMALIZE_IMAGE);
I have now tried with different image sets, different xml files, and different settings. I see the same thing. Is this a bug? How can i track down the problem?
Opencv 3.0, windows.
Thank you.
↧