OpenCV C++ Stereo Calib Example
Hello Everyone,
I want to run the OpenCv Stereo Calib samples. But I have a error message like "0 pairs have been successfully detected. Error: too little pairs to run the calibration "
I created a folder under data folder. It's name is Stereo. And there is a pair of image like 1.jpg and 2.jpg in the stereo folder. When I run the program I have error message mentioned above.
You can see my pictures in the attachment.
What should I do?
C:\fakepath\1.jpgC:\fakepath\2.jpg
Thank you.
Did you actually specify the number of corners in the chessboard? Usually, when it fails in detecting the corners it is related to the number you have(n't) specified.
Thank you for your help Mathieu. Now I built opencv samples. Many samples work correctly. But when I run cpp-example-sereo_calib sample the program display an error message like "0 pairs have been successfully detected. Error: too little pairs to run the calibration"
I checked and It has all the necessary data like left and right images xml file.