搜索资源列表
xiaozhengbianxing
- 对摄像机进行标定,对有畸变的图像进行校正的C源代码。-right camera calibration, a distortion of the image correction of C source code.
calibrationandrestruction
- 一个控制台c程序,利用直接线性变换进行标定,然后根据共线方程利用同名点坐标进行物方重建-a console c procedures, the use of direct linear transformation for calibration, Then based on a total equation using the same name for point-to coordinate reconstruction
Tsai-c
- 此代码是用来做摄像机标定用,是基于Tsai的方法,在VC环境下编辑-this code is used to do with camera calibration is based on the Tsai method, in the VC Environment Editor
c++Shexiangji-Biaoding-Tsai
- 使用C编写的摄像机标定程序,是IEEE上Tsai的标定方法,需要的赶紧下吧
connected_components_image
- Implementation Of Labeling Connected Components 用C#实现图像的连通区域标定,可选4连通,8连通-Implementation Of Labeling Connected Components The algorithm is coded in C# using unsafe so the quality and speed of the program may not be affected. The class BitmapData i
TsaiC
- Tsai标定算法的源代码,比较详细的程序步骤,输入数据为自定义的数据,程序完整。共同学习-Tsai calibration algorithm source code, more detailed procedural steps, input data for custom data, integrity of the process. Learning together
GML_CameraCalibrationInstall_040.exe
- 基于C++的摄像机标定软件,界面友好,操作简单,具有不错的精度。-Based on C++ for camera calibration software, user-friendly, simple operation, with good accuracy.
opencvgray
- opencv,C++图像处理,包括平移,缩放,旋转,形态学变换,灰度转换,阈值分割等操作,适用计算机视觉初学者。-opencv, C++ image processing, including translation, scaling, rotation, morphological transformation, grayscale conversion, segmentation, etc, for beginner computer vision.
Toolbox_Net
- 基于OpenCV和C++的摄像机内参标定工具包源代码,界面部分C#编写-Camera Calibration ToolBox based on OpenCV & C++,UI is using C-Sharp
file
- 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-you can learn this
A-practical-method-for-flat-panel-high-precision-c
- 一种实用的平板高精度摄像机标定方法A practical method for flat-panel high-precision camera calibration-A practical method for flat-panel high-precision camera calibration
Calibration
- 这个程序是计算机视觉中用来进行摄像机标定的c++程序-This procedure is used for camera calibration in computer vision, c++ program
DLT
- 基于visual c++平台,相机标定方法中的直接线性变换方法,即DLT方法-Based on visual c++ platform, camera calibration method of direct linear transformation method, namely DLT method
calibration-3-cameras
- C++和halcon结合,用于图形处理时进行三相机标定-C++ and halcon combined for three camera calibration
Calibration
- 基于halcon和C#语言,实现相机的标定-C# language to achieve camera calibration
CameraCalibrate(相机标定)
- 利用棋盘格对相机进行标定,加入误差判定及像素空间到实际物理空间的距离计算(The camera is calibrated by checkerboard, the error is added and the distance of pixel space to the actual physical space is calculated)
calibrationImage
- 使用opencv函数标定相机的内参矩阵,实现相机标定(Use the opencv function to calibrate the camera's internal matrix)
calibration
- 使用C++代码对摄像头进行标定并将参数存储(Calibrate the camera and store the parameters)
Calibration 11-13
- C#与halcon联合编程,适用于初学者(C# & Halcon programming)
相机参数标定c++
- 使用c++实现了相机参数标定实验,包括转移旋转矩阵等。