搜索资源列表
cvut_test
- 照相机标定。OpenCV的摄像机标定方法。《基于OpenCV的计算机视觉技术实现》第十四章源代码。多图标定。-Camera calibration. OpenCV for camera calibration. " Based on OpenCV for computer vision," the 14th chapter source code. More icon set.
OpenCV_based_tracking
- 运动目标的检测跟踪在机器人视觉,监控测量和视频压缩编码等等方面有着广泛的应用,是近年来的一个研究热点。本文设计了一个基于OpenCV软件的运动目标检测跟踪实验平台,对摄像头视野中的运动目标进行实时检测和跟踪,并留下编程和硬件接口,为利用运动目标跟踪而进行机器人视觉和基于计算机视觉的测量监控研究打下基础。-Moving target detection and tracking in robot vision, monitoring measurements and video compressi
ANovelMethodofCameraCalibrationBasedonOpenCV
- 针对基于计算机视觉技术的空间方位测量系统研制过程中摄像机标定问题,分析了通用摄像机模型,深入讨论了镜头的径向畸变和切向畸变对标定精度的影响以及相应的解决办法-Based on computer vision technology for spatial orientation measurement system during calibration, analyzing the general camera model, in-depth discussion of the lens radi
Depth_Chapter_11
- 深度图 获取场景中各点相对于摄象机的距离是计算机视觉系统的重要任务之一.场景中各点相对于摄象机的距离可以用深度图(Depth Map)来表示,即深度图中的每一个像素值表示场景中某一点与摄像机之间的距离-Scene depth map for each point the distance relative to the camera computer vision system is one of the important tasks. Scene points relative to the
OpenCV
- 摄影测量学发展而来的直接线性变换(DLT)方法和扩展的直接线性变换方法,有基于径向排列约束(RAC) 的两步法(Tsai方法),有基于不同位置平面模板的张正友法(Zhang),也有基于摄像机本身移动无需外部标 定物的自标定方法。 OpenCV是Intel开源计算机视觉库,它由一系列c函数和少量C++类构成,具有强大的图像处理、图 像分析和图像理解功能,它的函数实现了很多经典的图像处理和计算机视觉方面的算法,是机器视觉研究 与开发的良好工具。-Photogrammetry de
camera-cal
- VC++结合OpenCV程序,比较实用的相机标定程序,可以用在三维立体视觉的应用中-VC++ with OpenCV program, more practical camera calibration procedures, can be used in three-dimensional vision applications
Binocular-vision-Camera-calibration
- VC++6.0和OpenCV1.0摄像机标定程序-VC++6.0和OpenCV1.0 Binocular vision Camera calibration
OpenCVcalibration-
- 以计算机视觉和视觉检测中的摄像机标定过程作为研究的对象,分析了开源计算机视觉函数库OpenCV中的摄像机模型,使用张正友基于平面模板的方法进行标定-To computer vision and visual inspection of the camera calibration process as the object of study, analysis of the open source computer vision library OpenCV in the camera mode
camera
- 机器视觉技术 对摄像头获取图像进行简单RGB处理-Machine vision technology to obtain image RGB camera simple processing
MyStero_vision
- 双目视觉测距,包括摄像机标定,立体匹配等功能-Binocular vision ranging, including camera calibration, stereo matching function
CV4
- 立体视觉相关的程序,这部分需要先了解图像和摄像机之间的对立关系,并对极线几何比较了解,先把原理熟悉了以后,具体到编程上就会轻松一点,整体还是比较耗时的。具体来说,程序使用SSD得到匹配点,然后根据匹配点计算出基本矩阵,最后计算出匹配点相关的极线-Stereo vision procedure, this part of the need to understand the antagonistic relationship between the image and the camera, an
HW-1
- 摄像头读入图像,重载,计算机视觉,第一次作业,opencv2.4.3,vs2010-Camera reads the image, reload, computer vision, the first operation, opencv2.4.3, vs2010
cvut_test
- 实现摄像机的标定,对于学习机器视觉的初学者来说是一个不错的选择,你还在犹豫什么呢-Achieve camera calibration, learning machine vision beginners is a good choice, what are you waiting for
calibration
- 只要两张图片就进行计算机视觉标定,计算出摄像头的内参外参数-For as long as two pictures on computer vision calibration, the calculated internal reference external camera parameters
AI-Shack--Sudoku-Detector-master
- 从摄像头中读取数独图片,通过机器视觉方法识别每个数字并解除数独-Read Sudoku image from the camera, identifying each number by lifting machine vision methods and Sudoku
IC-Imaging-Control-VC6
- 包含映美精相机的编程用户手册,利用VC6++编程和Opencv结合实验机器视觉。-Contains Imaging camera programming user manual, use VC6++ programming and machine vision Opencv binding experiments.
CamCalib_OPENCV
- 计算机视觉中相机内外参数标定,利用opencv函数,实现内外参数计算,标定误差等等,可以直接运行。内含自己拍的标定版图像 vs2008-Calibration of the camera parameters in computer vision, using the opencv function, to realize the internal and external parameters calculation, the calibration error and so on, can
CameraStereoCalibration
- 使用opencv进行双目相机标定,先标定左相机后标定右相机,然后再进行立体标定-use opencv to calibration the stereo vision camera,first calibrate the left and right camera respectively and then calibration the extrinsic parameters of the two cameras
camera-calibration
- 机器视觉,摄像头标定,采用棋盘标定摄像头参数-machine vision, camera calibration programme
camcalibr
- 使用opencv进行摄像机标定,将拍摄的标定图像存在一个文件夹中,统一命名,文件名写入a.txt文件,注意路径。(camera calibration with opencv computer vision library)