搜索资源列表
hm7
- Applet画面中绘制一个19×19的围棋棋盘 在Applet画面中绘制一个19×19的围棋棋盘。棋盘的颜色由白(white)、灰(gray)、橘黄(orange)、浅红(pink)几种颜色中随机选取。-Applet picture drawing a 19 x 19 Go Applet chessboard in drawing a picture 000 19 x 19 Go chessboard. Calculations by the color white (white), gr
cornerfinder
- 关于棋盘格的角点提取,用MATLAB编写的-Checkerboard on the corner extraction, prepared by using MATLAB
billboard_OPENGL
- 用VB和OpenGL实现的三维棋盘例子,可以用来了解OPENGL的基本操作
3dchess_diplay
- 一个openGL3D棋盘的示例,初学者有很好的参考价值
wolesson06
- 在VC++中使用opengl手动绘制棋盘形状的纹理图案
BoardGame
- 图形学编程,实现3D棋盘效果,可以旋转,放置棋子
Harris
- Harris角点提取程序,不仅提取角点,并将角点平均,提高角点的精度,另外,还按棋盘格的格式对角点进行适当的排序,为棋盘格的标定做数字准备。
Calibration
- 摄像头标定的代码,OPENCV没有提供完整的示例,自己整理了一下,贴出来记录。利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置, 再用cvCalibrateCamera2计算内参, 最后用cvUndistort2纠正图像的变形。
OpenCV
- 用OpenCV实现棋盘格的标定。文件夹中有处理的效果图
TOOLBOX_calib
- 摄像机标定工具箱(英文)。利用棋盘方法标定摄像机,有按钮界面可供操作,具有优化功能,而且可以显示标定点的误差。 具体操作参考:http://www.vision.caltech.edu/bouguetj/calib_doc/index.html
biaoding
- 一种基于单幅棋盘格的标定算法opencv程序,可以很好的计算外参数和内参数-A cell based on single board opencv calibration algorithm procedure can be well outside the parameters and the calculated parameters
calibration.rar
- 基于vc++和opencv,用“张正友”的方法,用棋盘进行摄像机的标定,Based on vc++ and opencv, with " Zhengyou Zhang" approach, used for camera calibration board
caliberation
- 一个基于OpenCV的摄像机标定程序,可以根据若干张棋盘格图像标定摄像机的内外参数,精准度相当高。-A program based on OpenCV for camera calibration, according to a number of sheets checkerboard image inside and outside the camera calibration parameters, very high precision.
CameraCalibration
- 根据棋盘图,自动获取角点,标定相机的内、外参数-Camera Calibration
XCornerDetectionAlgorithm
- Opencv的棋盘格角点检测例程。代码简单,注释齐全。-Chessboard grid Opencv corner detection routines. Code is simple, complete notes.
qipantu
- 将两幅不一样的图用棋盘图显示在同一张图上,可以用于图像配准后的结果展示(display two different pictures in one picture with checkerboard method)
GLU_棋盘
- visual c++ 实现openGL绘制棋盘的程序,入门(Visual C++ implements the program to draw a chessboard by openGL.)
摄像头标定
- 采用棋盘纸定标,通过过相机捕获到的图片,不断旋转棋盘纸的位置,在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
棋盘格INI
- 自定义棋盘格生成程序, 配合视频截图和Opencv自带相机标定例程可以很好标定相机(Custom checkerboard generation program, combined with video screenshots and Opencv camera calibration routine can calibrate the camera well.)