搜索资源列表
matlab_calib
- 立体视觉中的相机标定程序!很好用的张正友方法标定程序-stereo vision of the camera calibration procedure! Zhang good is the method of calibration procedures Friends
zhang_zheng_you_biao_ding_matlab
- 张正友摄像机标定的matlab实现原代码-Zhang camera calibration is the realization of the original code Matlab
matlab做的标定程序
- matlab做的标定程序,包括角点检测与张正友标定算法做的,有界面 ,matlab to do the calibration interface, including the corner detection algorithm and Zhang Zheng-you do calibration
calibration.rar
- 基于vc++和opencv,用“张正友”的方法,用棋盘进行摄像机的标定,Based on vc++ and opencv, with " Zhengyou Zhang" approach, used for camera calibration board
biaoding
- 这是一篇硕士论文,有详细的Tsai和张正友标定算法的过程,希望对大家有帮助-This is a master' s thesis, contains a detailed and Chang Tsai calibration algorithm are Friends of the process, we want to help
ComputerVision
- 视觉大师张正友的经典著作,主要论述了计算机视觉相关问题,例如摄像机标定,立体匹配,三维重建,运动跟踪-Visual Master Zhang is the Friends of classics, mainly discusses the computer vision-related issues, such as camera calibration, stereo matching, three-dimensional reconstruction, motion tracking
Calibration
- 采用张正友于1999年提出的标定方法,用棋盘图片进行摄像机内参数及外参数计算。-Zhang Zhengyou used in 1999 calibration method, using chessboard picture camera intrinsic parameters and external parameters.
OReilly-LearningOpenCV
- 视觉大师张正友的经典著作,主要论述了计算机视觉相关问题,例如摄像机标定,立体匹配,三维重建,运动跟踪-Visual Master Zhang is the Friends of classics, mainly discusses the computer vision-related issues, such as camera calibration, stereo matching, three-dimensional reconstruction, motion tracking, et
CameraCalibration(zhang)
- 张正友相机参数标定matlab程序,压缩包中包括一份张正友标定的原文论文,一个附带实验数据和图像的matlab程序。-Zhang Zhengyou matlab camera calibration procedures, compressed package includes a calibration Zhang Zhengyou original papers, 1 with experimental data and image matlab program.
CameraCalibration
- 摄像机标定程序,能够求得其内部参数,误差很小,适合张正友标定方法-Camera Calibration
camera-calibration
- 关于摄像标定的一片论文,内容介绍了摄像机标定的过程,以及常见的标定方法:tsai两步法、张正友标定方法。-In a paper on the camera calibration, the content describes the process of camera calibration, and the common calibration method: tsai two-step method, Zhang Zhengyou calibration.
stereocalibration
- 中科院研究生院的相机标定用的PPT课件,还有张正友的标定文献,PDF格式,请大家放心下载。-Graduate School of Chinese Academy of Sciences of the camera calibration using PPT courseware, as well as the calibration of Zhang Zhengyou documents, PDF format, please rest assured download.
calibration
- 此代码为张正友的摄像机标定算法,利用opencv开发环境来实现。-The code is Zhang Zhengyou camera calibration algorithm, using opencv development environment to achieve.
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.
zhang
- 双目视觉测量摄像机的标定 张正友的标定-Binocular vision measuring camera calibration The calibration ilf
CameraCalibration
- 张正友经典论文,灵活的相机标定法,内附图片+源码,可以直接使用(zhangzhengyou,image+program, A Flexible New Technique for Camera Calibration)
张正友标定
- 用于相机标定,网上查的,需要配置OPENCV 及CVUT库函数(For camera calibration, online search, you need to configure the OPENCV and CVUT library functions)
EasyCalib
- 张正友的标定方法,包含示例及相应的代码。(Zhang Zhengyou's calibration method, including examples and corresponding code.)
compute_homography
- 用于求解张正友相机标定过程中的单应性矩阵(Homography matrix for camera calibration)
张正友棋盘标定
- 张正友标定方法是目前求解相机内参和畸变系数的经典方法,也是最受欢迎的方法。通过采集至少两张不同角度的平面标定板图像进行相机标定;相机标定是三维场景重构中必不可少的步骤,目的是提取出二维图像中包含的计量信息。