-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Error #5
Comments
Are you talking about this file? (I'm not sure I'll know the answer anyway - it's been years since I've looked at this) |
Perhaps the function signature changed? Which version of OpenCV are you using? vs If you figure it out, I'm happy to accept pull requests! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi David,
When I run stereo_calibrate.cxx I have an error like below.
What is the problem?
What shoul I do?
Thank you.
../stereo_calibrate/main.cpp:94: error: cannot convert 'CvTermCriteria' to 'int' for argument '13' to 'double cv::stereoCalibrate(cv::InputArrayOfArrays, cv::InputArrayOfArrays, cv::InputArrayOfArrays, cv::InputOutputArray, cv::InputOutputArray, cv::InputOutputArray, cv::InputOutputArray, cv::Size, cv::OutputArray, cv::OutputArray, cv::OutputArray, cv::OutputArray, int, cv::TermCriteria)'
CV_CALIB_SAME_FOCAL_LENGTH | CV_CALIB_ZERO_TANGENT_DIST);
^
The text was updated successfully, but these errors were encountered: