Welcome![Sign In][Sign Up]
Location:
Search - 摄像机定标

Search list

[OpenGL program摄像机定标

Description: 计算机视觉中的摄像机定标程序,很好
Platform: | Size: 15694 | Author: zwlczl | Hits:

[OpenGL program双目 定标

Description: 这是一个给两个摄像机定标的对话框程序,核心部分根据是张正友的opencv算法和代码改编。对学习标定有帮助。-This is the side of himself wrote a two camera to the subject of the dialog box procedure, According to the core are Mr opencv Friends of the algorithm and code adaptation. Calibration of learning help.
Platform: | Size: 42112 | Author: zwlczl | Hits:

[SourceCode摄像机定标

Description: 基于opencv,通过提取角点,对摄像机定标
Platform: | Size: 4832341 | Author: 490468769@qq.com | Hits:

[CSharp基于opencv的摄像机定标

Description:
Platform: | Size: 688560 | Author: 490468769@qq.com | Hits:

[Documents摄像机定标opencv程序

Description: 摄像机定标opencv程序.zip
Platform: | Size: 16309 | Author: gankeliang | Hits:

[OtherKruppa方程与摄像机自标定

Description: 摄像机自定标的一种方法,具有很高的研究价值-cameras set a target, have a very high research value
Platform: | Size: 244736 | Author: 马万里 | Hits:

[Special EffectsCalibration

Description: 一个摄像机定标的程序,需要有OpenCV的支持,希望对大家有用-a camera calibration procedures, the need for the support of OpenCV, useful for all
Platform: | Size: 6144 | Author: 陈凡 | Hits:

[Booksbiaoding-zzy

Description: 一篇经典的摄像机定标的文章,作者张正友,文章详细介绍了一种摄像机标定的理论方法-a classic camera subject of the article, the writer Zhang Zheng, Friends This paper introduces a theoretical camera calibration method
Platform: | Size: 786432 | Author: dakang | Hits:

[3D Graphicclassicalcali

Description: 经典的立体视觉摄像机定标算法。适合初学者学习-classic stereo vision camera calibration algorithm. For beginners learning
Platform: | Size: 6144 | Author: rmb | Hits:

[Special EffectsMyOpenCV

Description: 包含摄像机定标及简单的图像色彩变换功能(需opencv支持)-include camera calibration and simple color transform (opencv support required)
Platform: | Size: 1054720 | Author: 黄锦军 | Hits:

[Mathimatics-Numerical algorithmsCalibrtwocama

Description: 这是前段时间自己写的一个给两个摄像机定标的对话框程序,核心部分根据是张正友的opencv算法和代码改编。对学习标定有帮助。-This is the side of himself wrote a two camera to the subject of the dialog box procedure, According to the core are Mr opencv Friends of the algorithm and code adaptation. Calibration of learning help.
Platform: | Size: 212992 | Author: 刘恒 | Hits:

[Otherlecture1

Description: 中科院胡占义教授的三位图像的讲义,基于摄像机定标的。-Chinese Academy of Sciences Professor Zhan- Yi Hu images of three lectures, for the camera calibration.
Platform: | Size: 553984 | Author: liuzhiyuan | Hits:

[Special EffectsCalibr_2d_plate

Description: 在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用2维模板(模板是由黑白相间的格子组成,格子大小60cm×60cm)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。-Computer Vision in the first step is to calculate the parameters of each camera (outside the Senate and internal), which is necessary for the reconstruction of objects, which a process known as camera calibration (camera calibration). This is what I wrote it myself using a simple 2-D template (template is composed of black-and-white lattice, lattice size of 60cm × 60cm) calibration procedures, better interactivity, each corner through the automatic acquisition of mouse clicks.
Platform: | Size: 1959936 | Author: 陈墨 | Hits:

[Special Effectscalibr_3d_plate

Description: 在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用3维模板(模板是由黑白相间的格子组成,格子大小30cm×30cm,模板必须是三维,否则矩阵奇异)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。-Computer Vision in the first step is to calculate the parameters of each camera (outside the Senate and internal), which is necessary for the reconstruction of objects, which a process known as camera calibration (camera calibration). This is what I wrote it myself using a simple 3-dimensional template (template is composed of black-and-white lattice, lattice size of 30cm ?30cm, the template must be three-dimensional, or matrix singular) calibration procedures, better interactivity, each Corner automatic access through mouse clicks.
Platform: | Size: 8581120 | Author: 陈墨 | Hits:

[Special EffectsMY_calibrate

Description: 自己编写的摄像机定标程序,希望能给予帮助-I have written the camera calibration procedure, hoping to help
Platform: | Size: 680960 | Author: 卫东 | Hits:

[3D Graphicacameracalibration

Description: opencv中的摄像机定标源代码,opencv是intel公司开发的处理图形图像的免费库-opencv camera calibration of the source code, opencv is developed to deal with intel graphics free images library
Platform: | Size: 5120 | Author: gaoweisong | Hits:

[OtherCameraCalibration_arithmetic

Description: 计算机视觉的基本任务之一是从摄像机获取的图像信息出发计算三维空间中物体的几何信息,并由此重建和识别物体,而空间物体表面某点的三维几何位置与其在图像中对应点之间的相互关系是由摄像机成像的几何模型决定的,这些几何模型参数就是摄像机参数。在大多数条件下,这些参数必须通过实验与计算才能得到,这个过程被称为摄像机定标(或称为标定)。标定过程就是确定摄像机的几何和光学参数,摄像机相对于世界坐标系的方位。标定精度的大小,直接影响着计算机视觉(机器视觉)的精度。迄今为止,对于摄像机标定问题已提出了很多方法,摄像机标定的理论问题已得到较好的解决,对摄像机标定的研究来说,当前的研究工作应该集中在如何针对具体的实际应用问题,采用特定的简便、实用、快速、准确的标定方法。-err
Platform: | Size: 174080 | Author: 王峰 | Hits:

[Special Effectsdingbiao

Description: 基于matlab编写的摄像机定标源代码,希望对大家又有-Prepared based on the matlab source code for camera calibration, and they hope to have everyone
Platform: | Size: 3467264 | Author: 龙岩 | Hits:

[GDI-Bitmapcvuttest

Description: calibration.cpp,摄像机定标源代码,利用opencv开发包,代码简单-calibration.cpp, camera calibration source code, using opencv Development Kit, a simple code
Platform: | Size: 637952 | Author: 罗某某 | Hits:

[OpenCV摄像机定标

Description: 基于OpenCV的计算机视觉技术实现的摄像机定标(Camera calibration based on OpenCV's computer vision technology)
Platform: | Size: 698368 | Author: 冯小森 | Hits:
« 12 3 »

CodeBus www.codebus.net