opencv C++ Zhang Zhengyou camera calibration

//张正友相机标定
//https://blog.csdn.net/u010925447/article/details/77997735
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/highgui/highgui.hpp>

Guess you like

Origin blog.csdn.net/m0_51233386/article/details/131419530