搜索资源列表

  1. Morph

    0下载:
  2. 基于三角剖分的图像变形(Morph)代码,见中国图象图形学报,2003,8(6):641—646 "基于Delaunnay三角剖分的图象变形技术研究"-Triangulation-based image deformation (Morph) code, see the Chinese Journal of Image and Graphics, 2003,8 (6) :641-646,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:44032
    • 提供者:gabriel
  1. Delaunay

    0下载:
  2. 在Delphi7.0环境下实现平面上散乱数据点的Delaunay三角剖分-Delphi7.0 environment in the realization of the plane scattered data points of the Delaunay triangulation
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:432128
    • 提供者:王栋
  1. DELAUNA(C_C++)

    0下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:82944
    • 提供者:刘清
  1. mesher3d

    0下载:
  2. 一个散乱点三角网格剖分得例子,源代码是我毕业设计做得。-A scattered-point triangular mesh generation have examples, source code is my graduation project done.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:497664
    • 提供者:杨晓波
  1. B_w_algorithm

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:328704
    • 提供者:
  1. PointCloud

    0下载:
  2. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:1953792
    • 提供者:张晓东
  1. deleunay

    0下载:
  2. 用周陪德书上的计算几何与算法分析上的增量算法.很有帮助.三角剖分-Week to accompany the book with Germany on the computational geometry and algorithm analysis, the incremental algorithm. Helpful. Triangulations
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:460800
    • 提供者:尚永
  1. Delaunay

    0下载:
  2. 该程序使用OpenCV提供的函数在Visual studio6.0的环境下对若干点进行Delaunay三角剖分,具有很高的实用价值,编译已通过,绝对可用-The program provides a function to use OpenCV in Visual studio6.0 environment where a number of points on the Delaunay triangulation of high pr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:737280
    • 提供者:石峰
  1. Delaunaygaijinsuanfa

    0下载:
  2. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:36864
    • 提供者:niujiying
  1. 2008DELAUNEY

    0下载:
  2. 基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入TECPLOT中。-Based on the delaunay triangular mesh generation process, but there is no graphics output, you can only generate documents directly into TECPLOT in.
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:jianxinxia
  1. delaunay_demo

    0下载:
  2. VC++实现的Delaunay三角剖分Demo-VC++ implementation of the Delaunay triangulation Demo
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:124928
    • 提供者:innion
  1. Delauny

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1822720
    • 提供者:荆凯旋
  1. Autoclust.pdf.tar

    0下载:
  2. 这就是点集自动聚类的算法,基于delaunay三角剖分。-This is the point set automatic clustering algorithm, based on the delaunay triangulation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:333824
    • 提供者:蔚东辰
  1. new

    0下载:
  2. 对原始的三角网格进行八叉剖分,来提高三角网格简化的速度-it carries out the octree to divide the space, puts triangled-meshes into different spaces,it improves the whole speed of simplification
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:3400704
    • 提供者:文果
  1. meshsimplification

    0下载:
  2. 对原始的三角网格进行八叉剖分,来提高三角网格简化的速度-it carries out the octree to divide the space, puts triangled-meshes into different spaces,it improves the whole speed of simplification
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:3400704
    • 提供者:文果
  1. cdt

    0下载:
  2. 三角剖分,是图论和计算几何中非常有名的算法。该代码需要shar的解压缩工具。-Triangulation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:440320
    • 提供者:sheng
  1. sjpf

    0下载:
  2. 三角剖分求二维平面上的点集的一个最小生成树,算法复杂度为O(nlogn)。-Seeking two-dimensional triangulation of points on the set of a minimum spanning tree, the algorithm complexity is O (nlogn).
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:liam
  1. triangulation

    0下载:
  2. 动态规划实现对多边形的三角剖分,顺时针定义各个顶点值实现最优剖分。-Dynamic program to achieve triangulation of the polygon.Clockwise to definit the value of each vertex achieve the optimal split.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:184320
    • 提供者:孙雅宏
  1. Advancedgraphicscapabilities

    0下载:
  2. 高级绘图功能 彗星图 二维彗星轨迹图 三维彗星轨迹图 帧动画 色图变幻 Voronoi 图和三角剖分 彩带图 彩带图 伪彩图 切片图 网格图和曲面图特效 显示轮廓线 瀑布效果 带光照模式的阴影图 函数绘图 三维图形控制 视点 灯光效果 色彩控制 -Advanced graphics capabili
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:齐子新
  1. dtriangulation

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:9095168
    • 提供者:张润贤
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »

源码中国 www.ymcn.org