登录
首页 » Visual C++ » 对深度图像进行滤波、渲染和着色

对深度图像进行滤波、渲染和着色

于 2014-12-27 发布 文件大小:5862KB
0 283
下载积分: 1 下载次数: 11

代码说明:

  对深度图像进行滤波、渲染和着色,更加可视化(depth image visualition and filtering for coming 3D reconstruction)

文件列表:

Iplimage_depth
..............\Debug
..............\.....\depth.exe,38400,2014-11-27
..............\.....\depth.exe.manifest,406,2014-11-27
..............\.....\depth.ilk,380328,2014-11-27
..............\.....\depth.pdb,1297408,2014-11-27
..............\depth
..............\.....\Debug
..............\.....\.....\CL.read.1.tlog,19826,2014-11-27
..............\.....\.....\CL.write.1.tlog,732,2014-11-27
..............\.....\.....\depth.Build.CppClean.log,1040,2014-11-27
..............\.....\.....\depth.exe.intermediate.manifest,381,2014-11-27
..............\.....\.....\depth.lastbuildstate,52,2014-11-27
..............\.....\.....\depth.log,4021,2014-11-27
..............\.....\.....\depth.obj,114185,2014-11-27
..............\.....\.....\depth.pch,1179648,2014-11-27
..............\.....\.....\depth.write.1.tlog,0,2014-11-27
..............\.....\.....\link.read.1.tlog,4972,2014-11-27
..............\.....\.....\link.write.1.tlog,588,2014-11-27
..............\.....\.....\mt.read.1.tlog,144,2014-11-27
..............\.....\.....\mt.write.1.tlog,246,2014-11-27
..............\.....\.....\stdafx.obj,11851,2014-11-27
..............\.....\.....\vc100.idb,551936,2014-11-27
..............\.....\.....\vc100.pdb,978944,2014-11-27
..............\.....\depth.cpp,5536,2014-11-27
..............\.....\depth.vcxproj,4489,2014-11-27
..............\.....\depth.vcxproj.filters,1309,2014-11-27
..............\.....\depth.vcxproj.user,143,2014-11-27
..............\.....\ReadMe.txt,1539,2014-11-27
..............\.....\stdafx.cpp,210,2014-11-27
..............\.....\stdafx.h,233,2014-11-27
..............\.....\targetver.h,236,2014-11-27
..............\depth.sdf,14176256,2014-12-27
..............\depth.sln,882,2014-11-27
..............\ipch
..............\....\depth-dedc47cc
..............\....\..............\depth-800d37a1.ipch,2359296,2014-12-27

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

发表评论

0 个回复

  • YITTVR
    说明:  编译的图形软件的一部分程序可以画出直线圆弧矩形(graphics software compiler part of the procedure can draw straight rectangular arc)
    2006-05-11 15:35:39下载
    积分:1
  • JPEG_DECODE
    本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的 IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。(The decoder class support common JPEG file format, which is currently the most JPEG files in the format and the main characteristics of this format is data for 8-bit precision, using Huffman coding DCT common frame (does not support extended serial and progressive model and arithmetic coding). The decoder of the IDCT algorithm uses three modes, respectively, floating-point decoding, fixed-point integer decoding and fixed-point integer MMX optimization, you can choose according to the specific circumstances.)
    2021-04-29 14:38:42下载
    积分:1
  • OutputWord
    实现热键截图的功能,把截到的图片保存到制定的文件夹中,然后把图片输出到报表中,形成报表!(Achieve hotkey screenshot function, the cut-off to save the picture to develop a folder, and then the picture output in the report, the formation of statements!)
    2013-10-18 18:10:43下载
    积分:1
  • DIBR
    说明:  DIBR功能实现3D合成,是三维电影合成的快速算法(DIBR function realization 3D synthesis, is a fast algorithm for the synthesis of three-dimensional film)
    2021-04-14 08:58:55下载
    积分:1
  • bitmap_bit
    VC++ 位图大PK程序,两幅BMP图像比较大小,希望能对大家有所帮助 (VC++ big PK bitmap program, comparing the size of two BMP images, hoping to be helpful)
    2011-04-19 23:09:40下载
    积分:1
  • SIFT
    说明:  由于只是利用图像的灰度信息, SIFT 算法不能很好地区分形状相似但颜色不同的物体。针对这一问题, 提出了一种基于彩 色的SIFT 特征点提取算法, 并着重分析了多种彩色模型对算法性能的影响。这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算。(SIFT)
    2010-04-20 09:48:53下载
    积分:1
  • lvbo
    通过小波阈值去噪,选取db5小波进行6层分解,对心音信号进行去噪(By wavelet thresholding, select db5 wavelet decomposition of six layers of the heart sound signal de-noising)
    2014-05-24 20:55:53下载
    积分:1
  • 封装好的一个显示BMP JPG GIF WMF的类
    封装好的一个显示BMP,JPG,GIF,WMF图形的类(Packaging, a good show BMP, JPG, GIF, WMF graphics category)
    2005-06-09 09:51:05下载
    积分:1
  • wr_bmp_demo
    数字图象处理算法的演示,包括:图象的DFT和逆DFT,图象的FFT和逆FFT,在图象中加入正弦噪声,图象的模板运算实现图象平滑和锐化等等。(digital image processing algorithms demo, including : Image DFT and inverse DFT, FFT image and inverse FFT, in the image by adding sinusoidal noise, the template image Operational Image sharpening and smoothing and so on.)
    2005-05-11 16:35:50下载
    积分:1
  • batch-replacement-Note-CAD
    程序可实现dwg文件注记的批量替换, 可根据需要进行扩展。(Dwg file program allows batch replacement Note)
    2010-06-06 23:33:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载