搜索资源列表
cvCalibaa
- 相机标定程序,采用棋盘格形式,实现角点检测,标定算法的实现-Camera calibration procedures, the use of checkerboard form, bring corner detection, calibration algorithm implementation
HarrisJiaoDianJianCe
- 一套关于matlab角点提取的程序,可用于张正友传统的相机标定法提取棋盘格角点。-Set matlab corner extraction procedures, Zhang Zhengyou traditional camera calibration method can be used to extract the checkerboard corners.
toolbox_calib
- 对双目的相机进行标定,使用棋盘格,国外的代码。-For binocular camera calibration, use the checkerboard.
cameracalibration
- 基于棋盘格相机标定是所有计算机视觉的基础,里面包含相机标定张正友的经典论文和其他的一些学习资料。-Checkerboard-based camera calibration is the basis for all computer vision, which contains Zhengyou Zhang classic camera calibration papers and some other learning materials.
matlab-program
- 利用棋盘格标定相机内参数的matlab程序-Calibration of camera parameters using the checkerboard matlab program
calculatorRT
- 通过棋盘格,利用opencv标定相机的外参-By checkerboard, use external camera calibration parameters opencv
artificial_camera_calibration
- 程序自动生成20幅棋盘格标定板图像,进行角点检测和相机标定-The program automatically generates 20 checkerboard calibration board images and conducts corner detection and camera calibration
Calibration
- opencv利用棋盘格实现相机标定功能,-Use of the camera calibration of checkerboard function
CameraCalibrate(相机标定)
- 利用棋盘格对相机进行标定,加入误差判定及像素空间到实际物理空间的距离计算(The camera is calibrated by checkerboard, the error is added and the distance of pixel space to the actual physical space is calculated)
标定
- 利用opencv中的函数,以棋盘格标定相机(The camera is calibrated by Checkerboard in the function of opencv)
cameracaliberation
- 这是利用Opencv编写的相机程序,利用张正友相机标定原理,只需自己对棋盘格拍摄不同角度和方向的图片12张以上,就可以得到较为精确的相机内外参(This is the use of Opencv prepared camera program, the use of Zhang Zhengyou camera calibration principle, as long as their own checkerboard shot different angles and directions
棋盘格INI
- 自定义棋盘格生成程序, 配合视频截图和Opencv自带相机标定例程可以很好标定相机(Custom checkerboard generation program, combined with video screenshots and Opencv camera calibration routine can calibrate the camera well.)
opencv 相机参数标定
- opencv 棋盘格相机参数标定,张正友标定法