登录
首页 » Visual C++ » mesh

mesh

于 2014-04-01 发布 文件大小:919KB
0 324
下载积分: 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 个回复

  • segmentation-superpixel
    超像素分割方法,在计算机视觉领域,图像分割(Segmentation)指的是将数字图像细分为多个图像子区域(像素的集合)(也被称作超像素)的过程。超像素有一系列位置相邻且颜色、亮度、纹理等特征相似的像素点组成的小区域。这些小区域大多保留了进一步进行图像分割的有效信息,且一般不会破坏图像中物体的边界信息。(Super pixel Segmentation method, in the field of computer vision, image Segmentation, Segmentation) refers to the digital image Segmentation region for multiple image sequence (the set of pixels) (also known as the pixels) process. Adjacent pixels have a series of position and features such as color, brightness, texture similar to that of small region composed of pixels. Most of these small area retains the further effective information for image segmentation, and generally does not destroy the boundary of the object in the image information.)
    2015-03-31 15:58:59下载
    积分:1
  • traffic
    基于mfc的车辆检测程序,利用帧间的变化来检测,适合初学图像的同学学习(Mfc-based vehicle detection program to detect changes in the use of frames, suitable for beginners to learn the image of the students)
    2009-12-07 21:02:25下载
    积分:1
  • leachvsdeec
    说明:  最近一直在看matlab仿真WSN的资料,今天找到一个仿真LEACH协议的。其主要是为了仿真他自己提出来的分簇协议,并给出了matlab代码,同时给出leach的代码。有兴趣的可以研究一下leach 协议和deec的协议对比(I've been looking at the MATLAB simulation WSN recently, and today I've found a simulation LEACH protocol. The main purpose is to simulate the clustering protocol proposed by himself, and give the matlab code, and give leach code at the same time. Interested can study the LEACH protocol and DEEC protocol comparison)
    2017-07-13 21:47:23下载
    积分:1
  • mimics_study
    mimics10中文教程,主要用于二维图形采集以后的三维重建(Mimics10 Chinese tutorial, it is mainly used for 2 d graphics after acquisition of 3 d reconstruction)
    2015-06-08 15:49:54下载
    积分:1
  • denary三角剖分
    denary三角剖分算法源码,用于离散点成面,自动构建面的高级算法,该算法非常难得,希望你们有所启发。(denary triangulation algorithm source code for the discrete points into face, the face automatically build senior algorithm, which is very rare that you have inspired.)
    2005-04-18 13:59:20下载
    积分:1
  • quanjingpinjie
    说明:  全景图像拼接的源代码,可将多幅照片拼接为周视全景图像,很不错。(Panoramic image mosaic of the source code, multiple photos can be spliced for the week as the panoramic image, very good.)
    2010-04-08 02:16:23下载
    积分:1
  • Threshold
    这是一个阈值分割的小例子,利用阈值分割把原始图片转化为二值图像和灰度图像。(This is a small example of a threshold segmentation using thresholding the original image is converted to binary and grayscale images.)
    2016-05-03 09:57:20下载
    积分:1
  • MATLAB
    matlab 图像处理方面的经典书籍,值得初学者仔细认真的学习(matlab image processing aspects of classic books, worthy of serious study carefully beginners)
    2014-06-15 21:25:27下载
    积分:1
  • LCD-LED-PHP
    现有大屏拼接技术性能参数对比,这是我上个月的调研内容,数据可信,对于要了解大屏拼接技术的人一定有帮助(Existing large-screen display technical performance parameters comparison, this is my last month s survey content, data credibility, for large-screen technology to understand who must have help)
    2014-01-09 23:30:04下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载