搜索资源列表
ZhangzhengyouCameraCalibration
- 这个程序是张正友的经典摄像机标定算法,是用VC++6.0和OpenCV开发的。欢迎下载!-This procedure is Zhang zheng you s classical Camera calibration procedure. which developed with Visul C++6.0 and OpenCV.
calibration
- 摄像头标定程序(采用张正友的标定方法),里面含有运行结果示例-Camera calibration program (with Zhang Zhengyou calibration method), which contains the results from the sample
cameraCalibration
- 张正友标定程序,几乎每行都有注释。并配有棋盘图,以及个人重新拍摄的彩色标定图-Zhang Zhengyou calibration procedures, almost every line has a comment. And with a checkerboard map, as well as individuals to re-shoot a color calibration diagram
calibration_disk
- 摄像头标定程序(采用张正友标定方法),直接从文件中读取图片进行标定,内含运行实例-Camera calibration program (with Zhang Zhengyou‘s calibration method), to read images directly from the calibration file, containing a running instance
dddd
- 用opencv和MFC写的相机标定程序,用到opencv中的标定函数,主要是张正友标定法-And MFC wrote with opencv camera calibration procedures used in the calibration function in opencv, mainly Zhang Zhengyou calibration
OpenCV
- 摄影测量学发展而来的直接线性变换(DLT)方法和扩展的直接线性变换方法,有基于径向排列约束(RAC) 的两步法(Tsai方法),有基于不同位置平面模板的张正友法(Zhang),也有基于摄像机本身移动无需外部标 定物的自标定方法。 OpenCV是Intel开源计算机视觉库,它由一系列c函数和少量C++类构成,具有强大的图像处理、图 像分析和图像理解功能,它的函数实现了很多经典的图像处理和计算机视觉方面的算法,是机器视觉研究 与开发的良好工具。-Photogrammetry de
OpenCVcalibration-
- 以计算机视觉和视觉检测中的摄像机标定过程作为研究的对象,分析了开源计算机视觉函数库OpenCV中的摄像机模型,使用张正友基于平面模板的方法进行标定-To computer vision and visual inspection of the camera calibration process as the object of study, analysis of the open source computer vision library OpenCV in the camera mode
eye_hand_calibration
- 工业机器人手眼标定程序:包括cv的摄像头标定和自己编写的手眼标定程序。通过摄像头采集从至少三个不同的角度采集张正友标定块的三幅图像,即可自动完成手眼标定。标定结果在eyehandparams.txt中。-Industrial robot hand-eye calibration procedures: including cv camera calibration and preparation of their own hand-eye calibration procedure. Colle
camera-calibration
- 利用opencv实现相机的标定,算法采用张正友的棋盘法。结构很清晰易懂。-Opencv camera calibration algorithm using the checkerboard method of Zhang Zhengyou. The structure is clear and easy to understand.
calib
- 摄像机标定程序,是opencv获取处理图像步骤之一,本程序为opencv张正友标定法-camera program
Calibrate
- 利用OPENCV 进行的摄像机标定 采用张正友标定法-The OPENCV conducted camera calibration using Zhang Zhengyou calibration method
CV3
- 使用opencv进行摄像机的标定,主要涉及如何确定摄像机的内外参数问题。具体来说,程序完成的是一个最简单的小孔成像模型,和使用张正友方法来得到摄像机的内外参数-Opencv camera calibration, mainly related to how to determine the internal and external parameters of the camera. Specifically, the process is complete is one of the most
Camera-calibration
- 结合实例 利用opencv软件对相机进行标定,标定方法基于张正友的平面格网法。-With examples using opencv software to calibrate the camera calibration method based on Zhang Zhengyou plane grid method.
calibration
- 基于张正友标定方法的摄像机标定程序,需要Opencv运行环境-Camera calibration procedures based on Zhang Zhengyou calibration method , Opencv operating environment needed.
cylinder_calibration
- 圆柱形棋盘标定程序,基于vs2008和opencv 2.4.2,利用摄像机从不同角度对棋盘格图案的圆柱纸筒拍摄数张图像,该程序从每张图像上依次检测出角点并采用张正友经典标定法标定出摄像机的内外参数。-Cylindrical checkerboard calibration procedures based on vs2008 and opencv2.4.2 , the use of the camera from different angles of the checkerboard patt
willson_read-soimportant
- 这个是关于威尔逊的算法 此算法可以直接导出 张正友的标定结果-This is about Wilson' s Algorithm This algorithm can be directly exported Zhang Zhengyou calibration results
首OPENCV单目标定
- 相机的单目标定,使用张正友标定法,可靠使用(The monocular camera calibration, using the zhangzhengyou calibration method, reliable use)
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
biaoding.tar
- 使用opencv对相机进行标定,使用张正友相机内参标定方法(use opencv to camera)
opencv 相机参数标定
- opencv 棋盘格相机参数标定,张正友标定法