登录
首页 » Visual C++ » virtual-view-code-CPP

virtual-view-code-CPP

于 2016-03-16 发布 文件大小:18758KB
0 205
下载积分: 1 下载次数: 19

代码说明:

  这是一个从两个以知的参考视点的彩色图和深度图来合成一个虚拟视点的彩色图和深度图的程序。(This is one of the two known reference to the viewpoint of the color and depth charts to synthesize a virtual viewpoint of color and depth charts of the program.)

文件列表:

虚拟视点代码
............\Desktop
............\.......\experientdata
............\.......\.............\3DVideos-distrib
............\.......\.............\................\MSR3DVideo-Breakdancers
............\.......\.............\................\.......................\calibParams-breakdancers.txt,1714,2015-10-25
............\.......\.............\................\.......................\cam0


............\.......\.............\................\.......................\cam1

............\.......\.............\................\.......................\cam2


............\.......\.............\experiencePictrue



............\testdepthimage
............\..............\Debug
............\..............\.....\testdepthimage.pdb,19456,2015-12-26
............\..............\testdepthimage
............\..............\..............\Debug
............\..............\..............\.....\test.obj,241506,2015-12-26
............\..............\..............\.....\testdepthimage.Build.CppClean.log,853,2015-12-26
............\..............\..............\.....\testdepthimage.log,1988,2015-12-26
............\..............\..............\.....\testdepthimage.tlog
............\..............\..............\.....\...................\CL.read.1.tlog,27506,2015-12-26
............\..............\..............\.....\...................\CL.write.1.tlog,428,2015-12-26
............\..............\..............\.....\...................\link-cvtres.read.1.tlog,2,2015-12-26
............\..............\..............\.....\...................\link-cvtres.write.1.tlog,2,2015-12-26
............\..............\..............\.....\...................\link-rc.read.1.tlog,2,2015-12-26
............\..............\..............\.....\...................\link-rc.write.1.tlog,2,2015-12-26
............\..............\..............\.....\...................\link.read.1.tlog,2,2015-12-26
............\..............\..............\.....\...................\link.write.1.tlog,2,2015-12-26
............\..............\..............\.....\...................\testdepthimage.lastbuildstate,160,2015-12-26
............\..............\..............\.....\...................\unsuccessfulbuild,0,2015-12-26
............\..............\..............\.....\vc120.idb,1043456,2015-12-26
............\..............\..............\.....\vc120.pdb,1617920,2015-12-26
............\..............\..............\depth.txt,1370003,2015-12-14
............\..............\..............\depthimage.cpp,2669,2015-10-31
............\..............\..............\test.cpp,13801,2016-01-04
............\..............\..............\testdepthimage.vcxproj,9227,2015-12-10
............\..............\..............\testdepthimage.vcxproj.filters,945,2015-11-05
............\..............\..............\testdepthimage.vcxproj.user,165,2015-11-28
............\..............\..............\x64
............\..............\..............\...\Debug
............\..............\..............\...\.....\test.obj,335120,2016-01-04
............\..............\..............\...\.....\testdepthimage.Build.CppClean.log,901,2016-01-04
............\..............\..............\...\.....\testdepthimage.log,1913,2016-01-04
............\..............\..............\...\.....\testdepthimage.tlog
............\..............\..............\...\.....\...................\CL.read.1.tlog,10102,2016-01-04
............\..............\..............\...\.....\...................\CL.write.1.tlog,452,2016-01-04
............\..............\..............\...\.....\...................\link.read.1.tlog,5424,2016-01-04
............\..............\..............\...\.....\...................\link.write.1.tlog,438,2016-01-04
............\..............\..............\...\.....\...................\testdepthimage.lastbuildstate,158,2016-01-04
............\..............\..............\...\.....\vc120.idb,560128,2016-01-04
............\..............\..............\...\.....\vc120.pdb,1347584,2016-01-04
............\..............\testdepthimage.sdf,50003968,2016-01-04
............\..............\testdepthimage.sln,1342,2015-10-29
............\..............\x64
............\..............\...\Debug
............\..............\...\.....\testdepthimage.exe,98816,2016-01-04
............\..............\...\.....\testdepthimage.ilk,512112,2016-01-04
............\..............\...\.....\testdepthimage.pdb,1657856,2016-01-04
............\使用方法.docx,14930,2016-01-04

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

发表评论

0 个回复

  • Graphic
    一个具备线,矩形,椭圆的画图程序,可以设置颜色,宽度,字体(One with lines, rectangles, ellipses drawing program, you can set the color, width, font)
    2010-05-21 09:01:03下载
    积分:1
  • katsevich
    螺旋轨迹重建的一种实现方法,是解析算法的典型案例(An implementation method of spiral trajectory reconstruction is an analytical algorithm)
    2021-04-20 17:28:50下载
    积分:1
  • vbimageerzhua
    说明:  用VB做的图像二值化的代码,希望能对大家有帮助(vb image test)
    2010-03-22 12:36:03下载
    积分:1
  • afdpf
    正反馈主动频率偏移法,是应用于孤岛检测的一种算法,可以减小检测盲区,加快孤岛检测速度(Positive feedback active frequency offset method is an algorithm used in islanding detection)
    2017-01-11 18:19:42下载
    积分:1
  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • source_code_TBM_activecontours.tar
    主动轮廓模型结合一个特殊的显著性方法实现目标分割(using active contour with a special salient detction modle to segment an image )
    2014-06-28 10:55:32下载
    积分:1
  • shuiguojiance_vcPP
    基于图像处理,vc++平台的水果识别。通过亮度调整,梯度处理,边缘图像,边界跟踪,计算颜色形状等,计算出结果。(Based on image processing, fruit recognition vc++ platform. Through the brightness adjustment, gradient, edge image, boundary tracking, calculation of color shape, the calculated results. )
    2014-11-12 10:24:13下载
    积分:1
  • Fngprnt
    采用最大方差阈值分割法,对指纹进行提取。(Using the maximum variance threshold segmentation method for fingerprint extraction.)
    2013-11-24 20:39:58下载
    积分:1
  • PTZVY57
    matlab的gui设计程序,有关<信号与系统>课程的辅助教学设计(Matlab GUI design, the relevant & lt;)
    2017-08-03 04:08:10下载
    积分:1
  • LSM_Match_2010-5-1
    说明:  最二小乘影像匹配,精度可以达到0.01个像素,也可以最二小乘影像模板匹配。经过修改后可以直接用,只要调用一个函数就搞定,函数参数的说明很清楚,绝对不会有任何困难,非常好用。(Most two Theravada image matching accuracy can reach 0.01 pixel images can also be the most two Theravada template matching. After modifications can be directly used, as long as is you call a function, function parameters, the description is clear and will not have any difficulties, very easy to use.)
    2010-04-30 16:42:22下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载