搜索资源列表
camera-calibration-
- 首先自制一张标定图片,用A4纸打印出来,设定距离,再设定标定棋盘的格子数目,如8×6,然后利用cvFindChessboardCorners找到棋盘在摄像头中的2D位置,这里cvFindChessboardCorners不太稳定,有时不能工作,也许需要图像增强处理。 计算实际的距离,应该是3D的距离。我设定为21.6毫米,既在A4纸上为两厘米。 再用cvCalibrateCamera2计算内参, 最后用cvUndistort2纠正图像的变形。 -First, a
full-Retinex
- 这里包含了一个retinex光照不变形的matlab程序,里面包含了文献,测试图片和m文件-This contains a a retinex light is not deformed matlab program, which includes literature, test images and m file
SVGImageViewer
- SVG图形的画图程序代码,SVG是一种矢量图形,广泛应用于网页动画,主要特点是放大后不变形,保持同样的清晰度。-SVG graphics drawing program code, SVG is a vector graphics, animation is widely used in web pages, the main characteristic is amplified without distortion, keep the same clarity.