Ask Your Question

zegufe's profile - activity

2019-11-19 19:13:23 -0600 received badge  Popular Question (source)
2016-04-09 05:39:19 -0600 commented question OpenCV C++ Stereo Calib Example

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.

2016-04-07 08:44:50 -0600 asked a question 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.