搜索资源列表
OPENCV+CG300+摄像头标定
- 以vc++作为平台,cg300作为硬件基础,从摄像头实时读取数据,并进行显示,同时完成了摄像头的标定和图像的校正。
CalibrateCamera
- 摄像头标定,我最近在做摄像头标定,这个程序需要一张标定纸,我用的是7×7-Camera calibration, I recently make camera calibration, the calibration process requires a paper, I use the 7 × 7
shexiangtouC++
- 有关摄像头定标的C++代码,标定摄像头的12个参数-Related to camera calibration C++ Code, camera calibration parameters 12
Calibration
- 摄像头标定的代码,OPENCV没有提供完整的示例,自己整理了一下,贴出来记录。利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置, 再用cvCalibrateCamera2计算内参, 最后用cvUndistort2纠正图像的变形。 -Camera calibration code, OPENCV did not provide a complete example of its own colla
Calibration
- 可实现摄像头标定。首先需要制作棋盘,然后调用核心函数进行实现。-Camera calibration can be achieved. First of all, need to produce a checkerboard, and then call for the achievement of core function.
calibration
- calibration 是一款摄像头标定软件,此软件是基于opencv开发的。-camera calibration is a calibration software, this software is based on the development of opencv.
CV_Experiments
- 计算机视觉实验的源代码,包括各种canny边缘提取,sift特征提取,摄像头标定,gabor滤波,立体视觉等算法。-Computer Vision experiment source code, including a variety of canny edge detection, sift feature extraction, camera calibration, gabor filtering, such as stereo
calibration
- 基于标准遗传算法的摄像头标定程序,内附readme-Standard genetic algorithm based on camera calibration procedures, containing readme
MV
- 这是用来标定摄像头的程序,里边采集了100组数据值,是为了提高标定的精度。-This is used for camera calibration procedures, inside collected 100 sets of data values are in order to improve calibration accuracy.
RearCali
- 车载后视摄像头标定的源代码,标定后可进行后视画面(广角镜头导致图像畸变严重)的畸变矫正,并估计后视画面上的物体离车尾部的距离。-failed to translate
11
- 摄像头标定源码 visual c++ 平台下实现-The source code of computer vision experiments, including the various canny edge detection, sift feature extraction, camera calibration, gabor filtering algorithm for stereo vision, etc.
calibration
- 摄像头标定程序(采用张正友的标定方法),里面含有运行结果示例-Camera calibration program (with Zhang Zhengyou calibration method), which contains the results from the sample
calibration_disk
- 摄像头标定程序(采用张正友标定方法),直接从文件中读取图片进行标定,内含运行实例-Camera calibration program (with Zhang Zhengyou‘s calibration method), to read images directly from the calibration file, containing a running instance
calibration
- 基于OpenCV的摄像头标定,实现鱼眼摄像头的矫正以及俯视变换功能-Based on OpenCV camera calibration to achieve the correct fish-eye camera, and overlooking the transformation function
Calibration
- 获得摄像头参数,校准摄像头,使用opencv2.4.13在vs2012环境下编译(calibrate camera parameters)
扫描仪
- 基于opencv写的摄像头标定算法,将矩阵存储在xml文件里(Camera calibration algorithm based on OpenCV)
calibration
- 使用C++代码对摄像头进行标定并将参数存储(Calibrate the camera and store the parameters)
camera_calibration.tar
- 摄像头标定,适用于主流摄像头的标定。可运行,亲测。(The camera calibration is suitable for the calibration of the mainstream camera.)
testClib
- 对摄像头进行标定,得到摄像头的内参数和外参数(Calibration of the camera)
张正友标定程序
- 基于OpenCV的单目摄像头标定系统,运用张正友标定法(Completing monocular camera calibration)