登录
首页 » Visual C++ » Z_buffer

Z_buffer

于 2020-07-24 发布 文件大小:11363KB
0 221
下载积分: 1 下载次数: 48

代码说明:

  计算机图形学基础算法z-buffer, 实现隐藏面消除(Computer graphics based algorithm z-buffer, to achieve hidden surface removal)

文件列表:

扫描线Z_buffer算法
..................\20821055_邹松_扫描线Z_Buffer算法作业说明.doc,32256,2008-12-31
..................\bin
..................\...\cone.obj,16535,2007-12-30
..................\...\cube.obj,839,2008-01-04
..................\...\run.bat,188,2008-12-31
..................\...\SL_Z_buffer.exe,122880,2008-12-31
..................\...\sphere.obj,57515,2007-12-30
..................\...\teapot.obj,61417,2007-12-30
..................\...\test.obj,286,2008-01-01
..................\...\torus.obj,33973,2007-12-30
..................\...\torusknot.obj,179844,2007-12-30
..................\...\venusm.obj,3080597,2008-01-03
..................\SL_Z_buffer
..................\...........\debug
..................\...........\ipch
..................\...........\....\sl_z_buffer-b3d9aa10
..................\...........\....\....................\sl_z_buffer-5975a65d.ipch,21037056,2016-04-06
..................\...........\SL_Z_buffer
..................\...........\...........\cone.obj,16535,2007-12-30
..................\...........\...........\cube.obj,737,2016-02-29
..................\...........\...........\cube.obj.bak,839,2008-01-04
..................\...........\...........\Debug
..................\...........\...........\.....\BuildLog.htm,6108,2008-12-31
..................\...........\...........\.....\CL.read.1.tlog,10476,2016-04-06
..................\...........\...........\.....\CL.write.1.tlog,412,2016-04-06
..................\...........\...........\.....\link.read.1.tlog,3082,2016-04-06
..................\...........\...........\.....\link.write.1.tlog,462,2016-04-06
..................\...........\...........\.....\mt.dep,65,2008-12-31
..................\...........\...........\.....\mt.read.1.tlog,692,2016-04-06
..................\...........\...........\.....\mt.write.1.tlog,320,2016-04-06
..................\...........\...........\.....\SL_Z_buffer.Build.CppClean.log,1313,2016-04-06
..................\...........\...........\.....\SL_Z_buffer.lastbuildstate,82,2016-04-06
..................\...........\...........\.....\SL_Z_buffer.log,1950,2016-04-06
..................\...........\...........\.....\SL_Z_buffer.write.1.tlog,0,2016-04-06
..................\...........\...........\plane.obj,2891,2015-12-14
..................\...........\...........\planexz.obj,2346,2016-02-29
..................\...........\...........\planexz.obj.bak,2797,2015-12-14
..................\...........\...........\satellitemodel.mtl,237,2016-02-29
..................\...........\...........\satellitemodel.obj,193059,2016-02-29
..................\...........\...........\satellitemodelxz.obj,8806,2015-12-15
..................\...........\...........\SL_Z_buffer.vcproj,3237,2008-12-31
..................\...........\...........\SL_Z_buffer.vcproj.admin-PC.admin.user,1413,2008-12-31
..................\...........\...........\SL_Z_buffer.vcproj.KILLER.Admin.user,1409,2008-01-04
..................\...........\...........\SL_Z_buffer.vcxproj,3647,2016-02-29
..................\...........\...........\SL_Z_buffer.vcxproj.filters,944,2016-02-29
..................\...........\...........\SL_Z_buffer.vcxproj.user,143,2016-02-29
..................\...........\...........\test.obj,3080597,2008-01-03
..................\...........\...........\torus.obj,33973,2007-12-30
..................\...........\...........\z_buffer.cpp,16467,2016-04-06
..................\...........\SL_Z_buffer.ncb,1272832,2008-12-31
..................\...........\SL_Z_buffer.sdf,29970432,2016-04-06
..................\...........\SL_Z_buffer.sln,896,2016-02-29
..................\...........\SL_Z_buffer.sln.old,894,2008-01-01
..................\...........\UpgradeLog.XML,3164,2016-02-29
..................\...........\_UpgradeReport_Files
..................\...........\....................\UpgradeReport.css,3348,2016-02-29
..................\...........\....................\UpgradeReport.xslt,12579,2009-08-31
..................\...........\....................\UpgradeReport_Minus.gif
..................\...........\....................\UpgradeReport_Plus.gif

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

发表评论

0 个回复

  • CSCA
    这是用C++实现图像立体匹配的一个完整的论文代码,主要特性是提出了一种全新的跨规模代价聚合方法,适合对于图像的立体匹配有一定基础的人学习(Cross-Scale Cost Aggregation for Stereo Matching)
    2020-12-28 17:19:01下载
    积分:1
  • opencv4.3
    自主选择性的查看一幅图像中的部分区域的颜色直方图:允许用户在一幅图像中选择一个矩形区域,通过按住鼠标键画一个矩形,当鼠标放开是,高亮显示矩形框,同时在另一个独立的窗口中,使用画图函数画一个图表(选定区域的颜色直方图),分别用蓝,绿,红表示选中区域中每种颜色的像素数量。(Self-selective color in an image to view a partial area of ​ ​ the histogram: Allows the user to select a rectangular area in an image by holding down the mouse button to draw a rectangle when the mouse is released, the highlighted rectangle, Meanwhile in a separate window, using the drawing functions to draw a chart (selected color histogram region), respectively, with blue, green, red indicates the number of pixels in the selected area of ​ ​ each color.)
    2014-02-13 16:18:41下载
    积分:1
  • CxImage
    说明:  VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 (VC++ image processing library CxImage source code, CxImage is a can be used MFC' s C++ classes, you can open, save, display, convert various formats of image files, such as BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K and other formats. Can achieve BMP &lt -&gt JPG, PNG &lt &gt TIFF format conversion, etc..)
    2011-04-08 12:16:37下载
    积分:1
  • tuxiangpipei
    一种基于特征点的图像匹配算法 一种基于特征点的图像匹配算法(Feature point based image matching algorithm based on feature points matching algorithm)
    2020-12-10 10:59:18下载
    积分:1
  • bysjtuxiang
    毕业设计的程序 用VC++6.0做的 主要是测试几个边缘检测算子的效果(Graduate programs designed to use VC++ 6.0 to do is to test several of the main edge detection operator effect)
    2008-02-28 12:23:34下载
    积分:1
  • 145
    一个很好类子来说明类模板的使用,可以比较明了类模板的使用方法,最好进行单步调试(use of class template )
    2013-08-30 17:17:58下载
    积分:1
  • blur
    本文是中值滤波的一些应用,个人觉得中值滤波比一些算子滤波效果要好得多(This article is median filtering applications, personal feel median filter is much better than some of the filtering effect of the operator)
    2012-10-09 20:26:27下载
    积分:1
  • Bppeizhuna
    基于互信息的图像配准源代码,,采用粒子群优化算法可直接使用。 (Based on mutual information image registration source code, using particle swarm optimization algorithm can be used directly.)
    2012-07-19 09:58:24下载
    积分:1
  • MFC_TreeCRTL
    对话框以及树控件的描述及应用,很值得初学者学习,代码可以直接运行(Dialog boxes, and a description of the tree control and application, it is worth learning for beginners, the code can be run directly)
    2013-06-27 09:01:38下载
    积分:1
  • background-object-testVC
    可以进行背景减除法-三帧法-高斯背景建模法运动检测( This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. )
    2011-12-30 22:01:21下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载