登录
首页 » Visual C++ » Z_buffer

Z_buffer

于 2020-07-24 发布 文件大小:11363KB
0 225
下载积分: 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 个回复

  • FBP
    N年前上数字图像课时写的实验报告和程序,用滤波反投影(Filter Back Project,FBP)法重建图像。(Report and source code for data image restore experiment, using FBP.)
    2013-08-23 00:08:28下载
    积分:1
  • SmartLoadBmp
    对图像(Bmp)的智能读入界面设计,源代码(Read image (BMP), intelligent interface design, source code)
    2013-04-25 17:01:46下载
    积分:1
  • kuaisuzishiyingyuzhifangfa
    一种快速图像阈值分割法,不是otsu或迭代法,Wellner 1993快速自适应的图像二值化方法,有具体使用方法,很详细(A fast image thresholding segmentation method, not otsu or iterative methods, Wellner 1993 fast adaptive image binarization method)
    2016-09-23 16:00:23下载
    积分:1
  • opencv-otsu
    Opencv处理图像,用ostu法实现图像的二值化(Opencv image processing, using ostu method to achieve image binarization)
    2013-07-21 16:00:03下载
    积分:1
  • matlab
    ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。() The use of sub-blocks of principal component analysis (PCA) on the human face image coding. PCA method for large defects, first of all the issues into a singular value decomposition (SVD) problem, and then design a feature space of the update algorithm, recursive, simplifying the calculation of the amount calculated at each step to achieve real-time encoding requirements. 4) In the Windows platform based on Video for Windows (VFW) interfaces, the human face image coding and decoding video experimental system, the system achieved image acquisition, image display, encoding, decoding functions.)
    2010-05-11 12:03:24下载
    积分:1
  • Basic-knowledge-of-image-processing3
    This program contains some basic image processing things, such as: 256 colors to grayscale, contrast stretching, anti-color, brightness change, etc.
    2012-01-20 12:37:56下载
    积分:1
  • MeanShift
    一个不错的Meanshift算法流程图 初学者可以看看(failed to translate)
    2013-05-03 16:45:14下载
    积分:1
  • weina
    本代码可以实现图像的维纳滤波,经过调试无错误,对于学习图像处理有较好帮助。(This code can achieve the image filtering, error-free through the debugging, better for learning image processing help.)
    2011-05-31 22:10:17下载
    积分:1
  • stereo
    立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
    2020-06-29 14:40:02下载
    积分:1
  • division
    图像的分割处理,可以将图像中的数字分割找出(IMAGE division)
    2010-08-28 08:43:02下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载