搜索资源列表
calculator
- 简易计算器,主要有以下5个功能模块,(1)计算器界面显示模块。计算器界面显示必须在执行实际计算操纵之前完成,在这里主要调用了C语言图形系统函数和字符屏幕处理函数画出类似windows自带的计算器界面(2)计算器按键控制模块。(3)计算器计算处理模块,主要完成双目四则运算和单目运算操作。(4)计算器记忆处理模块,使计算器具有记忆功能。(5)计算器退出系统模块。-Simple calculator, mainly in the following five functional modules, (
Binocularstereovisiontechnologyinthecameracalibrat
- 双目立体视觉中的摄像机标定技术研究,在双目视觉中,摄像机标定可以只用它作理论基础-Binocular stereo vision technology in the camera calibration, binocular vision, camera calibration can only use it as theory
bianding
- 关于双目标定的文档,通俗易懂很实用,视觉标定-On the binocular calibration documentation, easy to understand
Tic_Tac_Toe
- 1. 三连棋游戏(两人轮流在一有九格方盘上划加字或圆圈, 谁先把三个同一记号排成横线、直线、斜线, 即是胜者),可以在线玩[1]。 2. 一种儿童游戏(参与者闭双目, 用铅笔点指在板上的任一组数字, 累计得分多者为胜) -1 triple chess game (there are two turns in a draw plus nine grid square plate on a word or a circle, who first arranged in three horiz
opencv-camer
- opencv摄像机标定,双目立体视觉的标定方法-opencv camera calibration
OpenCV_2EyeRecognize
- OPENCV双目人脸识别实验,使用OPENCV2.4.6提供的直方统计算法方案为蓝本重新设计架构,将原本的单目识别扩展成双目识别,本工程已实现双目图像提取和双倍识别计算,可进行二次开发,进化成3D形体识别-OPENCV binocular face recognition experiments, algorithm histogram statistics provided by the use of OPENCV2.4.6 is modeled to design architecture,
disparity-map
- 双目视觉,求双目视觉图像视差图,直接运行demo即可-Binocular vision, seeking binocular disparity map visual images, demo can be run directly
maxflow
- 最大流 最小割 是图割理论的重要部分,能用于双目立体视觉的立体匹配当中。-Max-flow is the important part of graph-cut theory,it also used to the stereo matching.
correlCorresp
- matlab 实现双目视觉的三维重建 利用两张图片重建三维信息-matlab achieve binocular vision three-dimensional reconstruction
STEREO-CALIB
- opencv下的双目相机标定和图像矫正、三维重建,形成3维点云-used for process of 3D graphic by opencv stereo calibrate
abc
- 基于双目立体视觉定位和识别技术的研究_高-Based on binocular stereo vision orientation and high _ small recognition technology research
StereoVisionPopencv-Pmfc
- 在计算机视觉中,三维重建是指根据单视图或者多视图的图像重建三维信息的过程,而多视图的三维重建(类似人的双目定位)相对比较容易, 因此通常采用该方法事项三维重建。-In computer vision, 3D reconstruction is the process of reconstructing 3D information single view or multi view images, and the 3D reconstruction of multi view is relat
opencalibration
- 该程序为单目摄像机标定程序,是应用c++编程语言,在visual studio2010环境下基于opencv 编写的标定程序,该程序可以应用于计算机视觉,可以获取摄像机的内外参数,也可以用于双目标定,作为双目标定的重要的一步。-The program can obtain the camera s internal and external parameters, and it also can be used for binocular calibration, as an importan
disparity
- 计算双目图像对之间的视差,并输出视差图。-Calculale disparity between the binocular image pair and output the disparity map.
双目
- 采用双目摄像头进行图片的标定和测距。双目需要运行视差图,程序中也有所陈述,对这种方法算是进行稍微改进,d=bf/视差,显然bf为定值,虽然bf均为已知,但通过标定的方法感觉求出来不如直接计算精确。通过几组已知距离d和对应视差值的数据相乘得到bf的值(Binocular camera calibration and distance measurement.)
Source code
- 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图
binCalibration
- 完成双目标定,对官方代码进行修改,VS2015能够运行(bincalibration stereo vision)
119128659StereoSAD实现定位
- 很好的MATLAB程序实现双目立体视觉定位(MATLAB StereoSAD SSDImage = zeros(H, W))
用VS+Opencv从双目立体视差图中重建三维点云
- 用VS+Opencv从双目立体视差图中重建三维点云(Using VS+Opencv to reconstruct 3D point clouds from binocular stereoscopic parallax map.)
yuan基于双目视觉的三维重建(matlab)
- 基于matlab的双目结构光实现三维重建(3D reconstruction of binocular structured light based on MATLAB)