登录
首页 » Visual C++ » mesh

mesh

于 2014-04-01 发布 文件大小:919KB
0 308
下载积分: 1 下载次数: 62

代码说明:

  三维模型的网格简化算法,通过删除边来减少面片个数,同时保留图形特征(Three-dimensional model of the mesh simplification algorithm to reduce the number of patches by removing the side, while retaining graphic features)

文件列表:

mesh
....\Debug
....\.....\CL.read.1.tlog,36552,2013-06-23
....\.....\CL.write.1.tlog,4952,2013-06-23
....\.....\link-cvtres.read.1.tlog,2,2013-06-23
....\.....\link-cvtres.write.1.tlog,2,2013-06-23
....\.....\link.5380-cvtres.read.1.tlog,2,2013-06-23
....\.....\link.5380-cvtres.write.1.tlog,2,2013-06-23
....\.....\link.5380.read.1.tlog,2,2013-06-23
....\.....\link.5380.write.1.tlog,2,2013-06-23
....\.....\link.8656-cvtres.read.1.tlog,2,2013-06-23
....\.....\link.8656-cvtres.write.1.tlog,2,2013-06-23
....\.....\link.8656.read.1.tlog,2,2013-06-23
....\.....\link.8656.write.1.tlog,2,2013-06-23
....\.....\link.9508-cvtres.read.1.tlog,2,2013-06-23
....\.....\link.9508-cvtres.write.1.tlog,2,2013-06-23
....\.....\link.9508.read.1.tlog,2,2013-06-23
....\.....\link.9508.write.1.tlog,2,2013-06-23
....\.....\link.9552-cvtres.read.1.tlog,2,2013-06-23
....\.....\link.9552-cvtres.write.1.tlog,2,2013-06-23
....\.....\link.9552.read.1.tlog,2,2013-06-23
....\.....\link.9552.write.1.tlog,2,2013-06-23
....\.....\link.9628-cvtres.read.1.tlog,2,2013-06-23
....\.....\link.9628-cvtres.write.1.tlog,2,2013-06-23
....\.....\link.9628.read.1.tlog,2,2013-06-23
....\.....\link.9628.write.1.tlog,2,2013-06-23
....\.....\link.read.1.tlog,8922,2013-06-23
....\.....\link.write.1.tlog,2172,2013-06-23
....\.....\mesh.exe.embed.manifest,406,2013-06-21
....\.....\mesh.exe.embed.manifest.res,472,2013-06-23
....\.....\mesh.exe.intermediate.manifest,381,2013-06-23
....\.....\mesh.lastbuildstate,44,2013-06-23
....\.....\mesh.log,2392,2013-06-23
....\.....\mesh.obj,210629,2013-06-23
....\.....\mesh.pch,1179648,2013-06-23
....\.....\mesh_manifest.rc,198,2013-06-21
....\.....\mt.read.1.tlog,682,2013-06-23
....\.....\mt.write.1.tlog,226,2013-06-23
....\.....\rc.read.1.tlog,798,2013-06-23
....\.....\rc.write.1.tlog,830,2013-06-23
....\.....\SimpleObject.obj,248829,2013-06-23
....\.....\stdafx.obj,11271,2013-06-23
....\.....\vc100.idb,412672,2013-06-23
....\.....\vc100.pdb,348160,2013-06-23
....\.....\Vec3f.obj,38085,2013-06-23
....\mesh.cpp,7473,2013-06-23
....\mesh.vcxproj,4564,2013-06-21
....\mesh.vcxproj.filters,1762,2013-06-21
....\mesh.vcxproj.user,143,2013-06-20
....\ReadMe.txt,1532,2013-06-20
....\Release
....\.......\CL.read.1.tlog,46350,2013-06-23
....\.......\CL.write.1.tlog,6588,2013-06-23
....\.......\link.read.1.tlog,13016,2013-06-23
....\.......\link.write.1.tlog,2998,2013-06-23
....\.......\mesh.exe.intermediate.manifest,381,2013-06-23
....\.......\mesh.lastbuildstate,46,2013-06-23
....\.......\mesh.log,2119,2013-06-23
....\.......\mesh.obj,712301,2013-06-23
....\.......\mesh.pch,1179648,2013-06-23
....\.......\mt.read.1.tlog,2778,2013-06-23
....\.......\mt.write.1.tlog,978,2013-06-23
....\.......\SimpleObject.obj,212210,2013-06-23
....\.......\stdafx.obj,29572,2013-06-23
....\.......\vc100.pdb,339968,2013-06-23
....\.......\Vec3f.obj,37145,2013-06-23
....\SimpleObject.cpp,8804,2007-05-01
....\SimpleObject.h,1124,2013-06-21
....\stdafx.cpp,209,2013-06-20
....\stdafx.h,233,2013-06-20
....\targetver.h,236,2013-06-20
....\Vec3f.cpp,3660,2013-06-23
....\Vec3f.h,1807,2013-06-23
....\vecthr.h,1384,2013-06-23

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

发表评论

0 个回复

  • find_-contours
    可以采用形态学方法找出边界,比较有益的初学者的学习方法。(It s very good for a newer to learning about image processing.)
    2013-12-30 14:44:05下载
    积分:1
  • tuxingxue
    这是一本关于图形学实验的指导书里面有对图形学的具体讲解(tuxingxue)
    2009-05-18 00:21:46下载
    积分:1
  • CN_edgedetect
    本程序为二值图像的处理。通过一种称为CNED(connectivity number based edge detection)的方法对二值图像进行边缘提取。结果表明这种方法比candy sober 等算子更加精确,效果更好。(This procedure for binary image processing. Through a known CNED (connectivity number based edge detection) method for binary image edge extraction. The results show that this method, such as candy sober than the operator more precise, better.)
    2007-04-22 13:23:27下载
    积分:1
  • 如何获取屏幕上各颜色的红、绿、蓝值
    如何获取屏幕上各颜色的红、绿、蓝值(how to access the colors on the screen in red, green and blue values)
    2004-11-22 15:31:50下载
    积分:1
  • 3DAni
    正方体透视投影变换,可通过鼠标及键盘实现动画效果(cube perspective projection transform, through mouse and keyboard to achieve animation effects)
    2004-11-07 22:56:45下载
    积分:1
  • ExImage
    1. ExImage是在DIB类的基础上,扩展了一些基本图像处理功能,除图像格式库外,所有图像处理算法均为自主开发,各处理算法可单独使用。 2. ExImage主要功能包括:颜色增强、校正、配准、拼接、复原、融合、分析、压缩编码等。 关键词:彩色图像处理、自适应中值滤波、图像增强、几何校正、图像配准、图像拼接、图像融合、图像压缩。 (ExImage Image processing toolkit)
    2009-09-18 14:54:49下载
    积分:1
  • main
    主成分分析的三种方法,一种是自编程序,一种是princomp函数,一种是pcacov函数(Three principal component analysis, one is self-programming, one is princomp function, a function is pcacov)
    2015-06-11 19:02:18下载
    积分:1
  • findpicture
    说明:  在大图中寻找到小图。 并圈出小图所在位置。 图片用picture控件显示。(In the big picture to find a small map. )
    2011-02-25 09:46:00下载
    积分:1
  • YITTVR
    说明:  编译的图形软件的一部分程序可以画出直线圆弧矩形(graphics software compiler part of the procedure can draw straight rectangular arc)
    2006-05-11 15:35:39下载
    积分:1
  • PlateIdentify
    该源程序构建了车牌识别系统,里面包含相应的模板,可以直接运行(The source code license plate recognition system was constructed, which contains the appropriate template, you can directly run)
    2015-12-15 17:08:30下载
    积分:1
  • 696516资源总数
  • 106618会员总数
  • 4今日下载