搜索资源列表
matlab_calib
- 立体视觉中的相机标定程序!很好用的张正友方法标定程序-stereo vision of the camera calibration procedure! Zhang good is the method of calibration procedures Friends
zhang
- 介绍张正友相机标定的详细论文,介绍详细,实现简单,-zhang zheng you Camera calibration
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.
dddd
- 用opencv和MFC写的相机标定程序,用到opencv中的标定函数,主要是张正友标定法-And MFC wrote with opencv camera calibration procedures used in the calibration function in opencv, mainly 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.
Zhang
- 相机标定经典张正友标定法,程序有中文注释,方便大家理解-A Flexible New Technique for Camera Calibration - Zhengyou Zhang
Zhangzy_CalExpara
- 对张正友相机标定算法进行程序编写及功能实现啊-Zhang Zhengyou camera calibration algorithms for programming and functions to achieve
camera-calibration
- 这个是张正友相机标定的程序,是根据他的那篇经典论文编写的-This is Zhang Zhengyou camera calibration procedure is based on his classic essay written papers
GUI-calib
- 张正友相机标定程序,带GUI设计界面,标定精度可以满足一般的机器视觉要求。-Zhang Zhengyou camera calibration program with GUI interface design, calibration accuracy to meet the general requirements of machine vision.
camera-calibration
- 张正友相机标定和二灭点法相机标定的ppt讲解,附带二者的matlab程序,可运行-Zhang Zhengyou camera calibration and two-vanishingpoint method of camera calibration ppt to explain, with both matlab procedures, operations
CameraCalibrat
- 基于opencv的相机标定是利用张正友相机标定法,利用规则的标定板,对其进行不同角度的拍摄,获得10 20张有效的像片,然后自动标定出相机的内方位元素以及畸变差,包括径向畸变和切向畸变。本程序实测能运行。前提要配置好opencv。- 基于opencv的相机标定是利用张正友相机标定法,利用规则的标定板,对其进行不同角度的拍摄,获得10 20张有效的像片,然后自动标定出相机的内方位元素以及畸变差,包括径向畸变和切向畸变。本程序实测能运行。前提要配置好opencv。 Opencv bas
xiangjibiaoding
- 张正友相机标定法中的分步程序,包括计算单应矩阵程序、对标定图像进行初步处理的程序等-Zhang Zhengyou camera calibration method step by step procedures, including computing homography procedures for preliminary calibration of image processing procedures
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.)
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)
相机标定源代码
- 相机标定,Tsai 张正友算法,Matlab实现((Camera calibration, Tsai zhangzhengyou algorithm, Matlab achieve))
compute_homography
- 用于求解张正友相机标定过程中的单应性矩阵(Homography matrix for camera calibration)
张正友棋盘标定
- 张正友标定方法是目前求解相机内参和畸变系数的经典方法,也是最受欢迎的方法。通过采集至少两张不同角度的平面标定板图像进行相机标定;相机标定是三维场景重构中必不可少的步骤,目的是提取出二维图像中包含的计量信息。