登录
首页 » Visual C++ » Structure-Light-Reconstructor

Structure-Light-Reconstructor

于 2021-04-04 发布 文件大小:139KB
0 505
下载积分: 1 下载次数: 99

代码说明:

  结构光三维重建代码,提取结构光的点,并进行三维坐标转换(Structure light 3D reconstruction code, structured light extraction point, and three-dimensional coordinate conversion,DrawZeroPoint/Structure-Light-Reconstructor)

文件列表:

Structure-Light-Reconstructor-master
....................................\.gitignore,1809,2015-06-11
....................................\build-Duke-Desktop_Qt_5_3_MSVC2010_OpenGL_32bit-Debug
....................................\.....................................................\debug
....................................\.....................................................\.....\en.qm,16,2015-06-11
....................................\.....................................................\.....\moc_dahengcamera.cpp,2614,2015-06-11
....................................\.....................................................\.....\moc_dotmatch.cpp,3923,2015-06-11
....................................\.....................................................\.....\moc_glwidget.cpp,2546,2015-06-11
....................................\.....................................................\.....\moc_imageviewer.cpp,3247,2015-06-11
....................................\.....................................................\.....\moc_mfreconstruct.cpp,2632,2015-06-11
....................................\.....................................................\.....\moc_plyloader.cpp,2559,2015-06-11
....................................\.....................................................\.....\moc_project.cpp,2522,2015-06-11
....................................\.....................................................\.....\moc_stereorect.cpp,2578,2015-06-11
....................................\.....................................................\ui_imageviewer.h,3312,2015-06-11
....................................\.....................................................\ui_mainwindow.h,62740,2015-06-11
....................................\.....................................................\ui_manualmatch.h,8204,2015-06-11
....................................\.....................................................\ui_project.h,1750,2015-06-11
....................................\.....................................................\ui_Set.h,20820,2015-06-11
....................................\Duke
....................................\....\baslercamera.cpp,2161,2015-06-11
....................................\....\baslercamera.h,705,2015-06-11
....................................\....\blobdetector.cpp,3248,2015-06-11
....................................\....\blobdetector.h,260,2015-06-11
....................................\....\camera.cpp,5612,2015-06-11
....................................\....\camera.h,1511,2015-06-11
....................................\....\cameracalibration.cpp,9417,2015-06-11
....................................\....\cameracalibration.h,3136,2015-06-11
....................................\....\dahengcamera.cpp,4494,2015-06-11
....................................\....\dahengcamera.h,916,2015-06-11
....................................\....\dotmatch.cpp,72243,2015-06-11
....................................\....\dotmatch.h,4452,2015-06-11
....................................\....\Duke.pro,2055,2015-06-11
....................................\....\en.ts,21925,2015-06-11
....................................\....\focusassistant.cpp,802,2015-06-11
....................................\....\focusassistant.h,462,2015-06-11
....................................\....\focusassistant.ui,3746,2015-06-11
....................................\....\glwidget.cpp,7017,2015-06-11
....................................\....\glwidget.h,1093,2015-06-11
....................................\....\graycodes.cpp,3818,2015-06-11
....................................\....\graycodes.h,827,2015-06-11
....................................\....\imageviewer.cpp,1062,2015-06-11
....................................\....\imageviewer.h,423,2015-06-11
....................................\....\imageviewer.ui,1945,2015-06-11
....................................\....\main.cpp,2212,2015-06-11
....................................\....\mainwindow.cpp,27693,2015-06-11
....................................\....\mainwindow.h,3761,2015-06-11
....................................\....\mainwindow.ui,77154,2015-06-11
....................................\....\manualmatch.cpp,5231,2015-06-11
....................................\....\manualmatch.h,1191,2015-06-11
....................................\....\manualmatch.ui,6829,2015-06-11
....................................\....\meshcreator.cpp,4557,2015-06-11
....................................\....\meshcreator.h,458,2015-06-11
....................................\....\mfreconstruct.cpp,11771,2015-06-11
....................................\....\mfreconstruct.h,1665,2015-06-11
....................................\....\multifrequency.cpp,1096,2015-06-11
....................................\....\multifrequency.h,498,2015-06-11
....................................\....\plyloader.cpp,2229,2015-06-11
....................................\....\plyloader.h,383,2015-06-11
....................................\....\pointcloudimage.cpp,4666,2015-06-11
....................................\....\pointcloudimage.h,1035,2015-06-11
....................................\....\projector.cpp,1711,2015-06-11
....................................\....\projector.h,894,2015-06-11
....................................\....\reconstruct.cpp,24905,2015-06-11
....................................\....\reconstruct.h,2970,2015-06-11
....................................\....\Resource
....................................\....\........\en.qm,4268,2015-06-11
....................................\....\........\zh.qm,7810,2015-06-11
....................................\....\set.cpp,4585,2015-06-11
....................................\....\set.h,998,2015-06-11
....................................\....\Set.ui,19486,2015-06-11
....................................\....\stereorect.cpp,1865,2015-06-11
....................................\....\stereorect.h,733,2015-06-11
....................................\....\utilities.cpp,11874,2015-06-11
....................................\....\utilities.h,1837,2015-06-11
....................................\....\virtualcamera.cpp,2161,2015-06-11
....................................\....\virtualcamera.h,983,2015-06-11
....................................\....\zh.ts,25608,2015-06-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DEM三维可视化的简单
    DEM三维可视化的简单程序,利用Open GL实现。(DEM visualization of simple procedures, the use of Open GL implementation.)
    2016-02-26 20:33:48下载
    积分:1
  • Gouraud
    转动的彩色立方体(1~2人)谭飞、吴颖颖 1) 绘制一个不停转动的彩色立体球,可以绕着任意方向旋转; 2) 采用一定的光照明技术,考虑环境光、反射光以及镜面光的作用; 3) 采用消隐算法,体现立方体表面的遮挡关系; 4) 具有较好的动画效果,消除闪烁现象; 5) 不可以采用OpenGL中的函数。 (Rotating color cube (1 ~ 2)谭飞,吴颖颖1) draw a non-stop rotation of the color three-dimensional ball, you can spin around in any direction 2) the use of certain lighting technology, consider the ambient light, reflected light and the mirror The role of surface light 3) the use of blanking algorithm, reflecting the relationship between cube block surface 4) has good animation effects, to eliminate flicker phenomenon 5) can not be used in a function of OpenGL.)
    2020-06-30 19:40:01下载
    积分:1
  • mfcopentree
    一个华工研究生写的三维模哦具动态装配程序,很有参考价值的(a labor of graduate students to write three-dimensional modeling with dynamic oh assembly procedures, great reference value)
    2005-02-15 14:02:38下载
    积分:1
  • OCC
    这是用open cascade来实现绘制简单的B样条曲线和样条曲面的程序。可以用来对open cascade的入门学习。(This is used to achieve open cascade easy mapping of B-spline curves and spline surfaces procedures. Can be used to open cascade of study entry.)
    2009-03-03 10:40:25下载
    积分:1
  • meanshift
    视频目标跟踪。在OpenCV下开发,使用meanshift方法。(video tracking. The OpenCV under development, use meanshift methods.)
    2006-06-02 18:52:01下载
    积分:1
  • exoosg
    exercis on osg programing in visuel basic c++
    2013-11-09 19:19:42下载
    积分:1
  • PersProjDemo
    Teach you the pipeline of 3D object, especially the perpective project
    2013-09-01 12:46:11下载
    积分:1
  • terrain
    演示地形绘制与漫游,取自OGRE例子,地形管理器会自动应用八叉树分割来管理地形。(Demo terrain rendering and roaming, from OGRE example, terrain Manager automatically applied octree division to manage the terrain.)
    2013-05-27 23:51:46下载
    积分:1
  • EasyGUI
    简单的GUI,可以作为学习,也可以自己根据基类作扩展(Simple GUI can be used as learning can also be the base class for the extension)
    2012-07-22 00:19:37下载
    积分:1
  • tuxingtianchong
    图形填充,单击画图形,双击后在封闭图形内填充图案(The graphics filled, click painted graphics, double-click in the closed graphics fill pattern)
    2020-06-30 19:40:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载