搜索资源列表
camera
- 摄像机标定程序源码,WIN32控制台程序。很据输入的图片计算相机的内外参数。
calibration
- 使用OpenCV对相机进行标定,通过拍摄的图片计算出相机的内参和相关参数-camera calibration intrinsic parameters of camera
calibr
- 如果你有一个三维校准对象,你可以应付一个单一的形象。为了获得令人满意的校正结果,对象应包括整个图像以及可能的。此外,多张图片的支持。那么, 图像应捕获不同的观点改变了相机 方向和距离。如果在一个平面标定目标单一 形象是不够的和一套图像是需要解决所有 摄像机的参数。的坐标平面控制点应 被选中,这样的Z坐标成为为零。三维坐标股 毫米和图像坐标单位是像素。校准坐标 系统是用右手。原产地的图像坐标系中 左上角, X轴是正确的和Y轴向下。-If you have a three-dimensional c
calib_zh_zh_you
- 给出了相机标定的经典算法,并附带有示例图片,供使用者学习使用。-Gives the classic camera calibration algorithm, together with an example image for the user to learn to use.
calib_example
- 这是关于matlab相机标定的图片素材,自己从网上下的,感觉还行。-This picture material, matlab camera calibration themselves from online, I feel okay.
Calibration
- 相机标定程序,输入为16张棋盘的图片,经过标定后,得到相机的内参数,和标定后的图片-Camera calibration procedures, the board entered as 16 pictures, after calibration, obtained within the parameters of the camera, and after calibration image
toolbox_calib_new
- 本程序是关于相机标定的matlab程序包,功能含有相机内参数标定,单张图片外参数标定,畸变参数校验-This program is on the camera calibration of the matlab package, the function containing the camera internal parameters calibration, calibration of single image parameters distortion parameter checkin
calibration
- 读取一定数量的图片,然后利用标定函数进行标定,获取相机的内部系数-Read a certain number of pictures, and then use the calibration function calibration coefficient get inside the camera
mfcv
- 使用opencv2.3.1在MFC中打开图片、另存图片、进行简单的图像处理,并集成了opencv的相机标定算法-Use opencv2.3.1 to open the picture, in the MFC save picture, image processing, and integrated the opencv camera calibration algorithm
CameraCalibration
- 张正友经典论文,灵活的相机标定法,内附图片+源码,可以直接使用(zhangzhengyou,image+program, A Flexible New Technique for Camera Calibration)
zhang_data
- 改文件具有标定所用图片,及详细的标定程序,希望做图像处理的同学能够认真学习。(Change files with calibration pictures, and detailed calibration procedures, I hope to do image processing students can seriously study.)
双目匹配
- 左右两张图片对相机的内参外参进行标定,然后对图像进行校正,最后通过双目可以得到视觉信息(About two pictures of the camera's internal and external parameters calibration, image correction, and finally get the visual information through the eyes can)
test1
- 利用OpenCV实现张正友标定法对相机的标定,源码为C++语言,包含了样例图片(Camera calibration using 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
MATLAB标定试验
- MATLAB对于二维相机的矫正或者相机标定提供了完整的解决方案,用户再也不需要写复杂的MATLAB图像处理程序来计算相机的intrinsic和extrinsic参数。作为用户来说,你的任务只是使用标准的矫正模版(calibration template)来照相,然后把这些图片提供给MATLAB相机矫正工具即可。(MATLAB provides a complete solution for 2D camera calibration or camera calibration. Users no
摄像头标定
- 采用棋盘纸定标,通过过相机捕获到的图片,不断旋转棋盘纸的位置,在4个坐标系之间的的来回转换,最后得到相机的内外参,注意保存在xml文件里(Chessboard calibration is adopted. Through the pictures captured by the camera, the position of chessboard is constantly rotated, and the conversion between the 4 coordinate systems
pattern
- 可以应用在matlab中的相机标定的标定板图片(something useful for matlab)
3D Reconstruction
- 通过两幅图片重构出场景中物体的三维结构,需要输入相机的标定参数,通过仿射变换找出图像之间的对应关系