CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 3d reconstruction opengl

搜索资源列表

  1. sevel

    0下载:
  2. VC和opengl做的三维管线的投影重建-VC and borders do 3D projection reconstruction pipeline
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8722
    • 提供者:李广
  1. opengl456

    0下载:
  2. 使用OpenGL来做三维测量与重建,推荐一下吧,还行!-make use OpenGL 3D measurement and reconstruction recommend it, is also OK!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:197227
    • 提供者:yzm
  1. stlreader

    2下载:
  2. 很多做三维重建的开发人员都需要读取三维数据,这个程序实现了读取三维数据文件(stl文件)的函数,并用opengl显示出来了,很有参考价值的,其中有函数readstlfile就是实现了从stl文件中读取三角面片的数据。-lot of three-dimensional reconstruction of developers need to read 3D data, The program reads the 3D data files (stl) function, using opengl
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:3128760
    • 提供者:
  1. opencv17

    1下载:
  2. 简单的同时使用OPENGL和OPENCV的例子,能够根据云点图生成3d图像,对学习3d重建和立体视觉很有用。-A simple example using OPENGL and OPENCV can generate 3d image based on the cloud point of Figure 3d image,which is helpful to study 3d reconstruction and stereo vision 。
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:5029087
    • 提供者:
  1. raytrace

    0下载:
  2. 这是一个基于光线投射算法的三维重建小程序,使用了opengl的API,适用于3D初学者-This is a ray casting algorithm based on three-dimensional reconstruction of small, the use of opengl' s API, for 3D beginners
  3. 所属分类:OpenGL

    • 发布日期:2014-03-20
    • 文件大小:3328015
    • 提供者:eric
  1. LaserScanz

    1下载:
  2. 基于激光扫描的三维重建,里面包含opencv的摄像头处理,包含opengl的3D图像描述-Three-dimensional reconstruction based on laser scanning, which contains opencv camera processing, including the 3D image descr iption opengl
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-15
    • 文件大小:4093387
    • 提供者:邹润
  1. sdi-fusion

    0下载:
  2. 该程序设计OpenGl的配置,纹理贴图,3D图像数据的建模以及显示。-It refers to the configration,texture and 3D reconstruction and display
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4545881
    • 提供者:柱子
  1. 3d

    0下载:
  2. 三维测量与重建,该文章详细介绍了如何用OpenGL进行三维的重建-Three-dimensional measurement and reconstruction, the article details how to use OpenGL for three-dimensional reconstruction
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:197548
    • 提供者:张明
  1. StereoV

    0下载:
  2. 利用正交图片进行3D重建,通过openGL,opencv编程-3d reconstruction from multiple view
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-16
    • 文件大小:13108
    • 提供者:stevenfute
  1. shape-from-shading

    0下载:
  2. 通过一组照片恢复3D形状,利用shape from shading 技术,和openGL 渲染-3 D reconstruction from a image set with shape from shading method,developed under MFC and openGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1322599
    • 提供者:stevenfute
  1. xishudianpipei-yuchongjian

    0下载:
  2. 本程序是在c++平台上应用opengl来实现三维密集点匹配与三维重建,绝对可以运行。-This procedure is the application in C++ platform opengl 3D dense point matching and 3D reconstruction can definitely run.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-12
    • 文件大小:2138961
    • 提供者:wuchenlong
  1. Lesson06

    0下载:
  2. OPENGL,基于深度信息,构建四边形面片完成三维重建。-OPENGL, based on depth information, construct the complete 3D reconstruction of quadrilateral meshes.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-31
    • 文件大小:12810496
    • 提供者:夏未晚
  1. Reconstuction3d

    3下载:
  2. OpenCV+OpenGL 双目立体视觉三维重建代码以及文档使用opencv进行立体匹配获取视差图,三角剖分使用opengl进行纹理贴图-OpenCV+OpenGL binocular stereo vision 3D reconstruction code and documents using OpenCV stereo matching to obtain disparity map, triangulation using opengl for texture mapping
  3. 所属分类:3D Graphic

    • 发布日期:2016-12-15
    • 文件大小:1755136
    • 提供者:zhch64
  1. 3D_stereo

    1下载:
  2. 包含双目摄像机标定,棋盘图像矫正,立体像对校正,立体匹配,三维重建模块。然后用OpenGL显示重建效果,并可以通过键盘方向键旋转。-Including binocular camera calibration, board image correction, stereo image pair correction, stereo matching, 3D reconstruction module. And then use the OpenGL to display the reconstr
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7091689
    • 提供者:zhch64
  1. 149008204siftMatch

    1下载:
  2. 三维重构的思路很简单,用OpenGL中纹理贴图功能,将平面图像中的三角形逐个贴到计算出的三维坐标上去就可以了。为了便于观察3D效果,我还设计了交互功能:用方向键可以上下左右旋转重构的模型,用鼠标滚轮可以放大或缩小。用gluLookAt函数可以实现视点旋转的功能。三维重构的代码实现在glFuncs.cpp中。(Three-dimensional reconstruction of the idea is very simple, with OpenGL texture mapping functi
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:6095872
    • 提供者:0908
  1. CV定标及点重建程序

    1下载:
  2. 三维重构相关的内容,是用c加加和opencv,OpenGL编的(The content related to 3D reconstruction is made up of C and opencv, OpenGL)
  3. 所属分类:其他

  1. OpenCV-OpenGL--Reconstuction3d-master

    0下载:
  2. 实现双目视觉的视差图、三角剖分、三维重建(Triangulation and 3D reconstruction)
  3. 所属分类:3D图形编程

    • 发布日期:2018-04-21
    • 文件大小:1808384
    • 提供者:如果不快乐
  1. codecode

    1下载:
  2. 双目视觉与三维重建源代码,采用opencv+opengl调试环境(Binocular vision and 3d reconstruction source code, opencv+opengl debugging environment)
  3. 所属分类:OpenCV

    • 发布日期:2021-04-20
    • 文件大小:7602176
    • 提供者:本人东方白
搜珍网 www.dssz.com