CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 凸包

搜索资源列表

  1. voronoi

    0下载:
  2. 一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulation, and help you understand t
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:157952
    • 提供者:晓琳
  1. geometry_algorithm

    1下载:
  2. 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 graham 扫描法 判断点是否在多边形内。同时包含一些测试-on various geometric algorithm. In terms of geometry library functions (lines intersect, size, etc.) for convex hull graham scanning judgment and whether the polygon. Both co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12437
    • 提供者:changxia
  1. Hullproduce

    2下载:
  2. 计算几何中凸包的生成,也是计算机图形学中的一个重要的算法实现-convex geometry calculation packet generation, as well as computer graphics of an important algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37671
    • 提供者:xwenq
  1. CircleGiftWrap

    1下载:
  2. 计算几何中,用VC++实现的求点集凸包的包裹算法-computational geometry, with VC point for the collection of parcels convex hull algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:40469
    • 提供者:Chen Fei
  1. geometry_c++

    0下载:
  2. 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm li
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12980
    • 提供者:henry
  1. cagd_arithmetic

    2下载:
  2. 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point of whether online, to judge whe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:37924
    • 提供者:漫步者
  1. quickhull4

    0下载:
  2. 凸包算法,运用分治的思想,用opengl显示出来-convex hull algorithm, the idea of partition, with opengl show
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:25861
    • 提供者:wangmiao
  1. tb

    0下载:
  2. 凸包算法好东西哦-convex hull algorithm Oh good things
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:7143
    • 提供者:我考
  1. tubao

    0下载:
  2. 模拟凸包的实现,只要随便点击一点,那么程序将自动寻找合适的点,将其连成凸包-simulation convex hull of achieving Just click 1:00, the process will automatically search for suitable spots, even as its convex hull
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:47679
    • 提供者:heyangyi
  1. tubao

    0下载:
  2. 凸包程序,在一堆离散的无规律的点中间找出一个边界!
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:饶立
  1. convex

    0下载:
  2. 经典的凸包算法。JAVA语言编写。绝对正确。
  3. 所属分类:GIS编程

    • 发布日期:2014-01-16
    • 文件大小:3065
    • 提供者:孔明
  1. Delaunay2

    2下载:
  2. Delauny三角网生成算法的VC实现,算法基于凸包的Delaunay三角剖分方法,在生成的凸多边形的基础上进行三角剖分,并采用VC进行程序设计。
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:53303
    • 提供者:姜一
  1. Drawer

    0下载:
  2. 用TurboC实现的画图小程序。图形界面,包括多边形、折线的画图,移动,放大缩小,旋转,以及多边形的截取功能。另外附带凸包算法的演示效果。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:206850
    • 提供者:yesrush
  1. delaunaytriangulation

    0下载:
  2. 介绍了点与有向线段关系判断方法和凸包生成算法;提出了一种基于凸包的Delaunay三角剖分方法,采用VC#实现了该算法。实践表明该方法程序实现较简单,计算效率较高。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9234
    • 提供者:赵韩
  1. cvHull

    0下载:
  2. 基于OpenCV的最小凸包外接矩形程序,其中黄色的点为外接矩形的中心点-OpenCV package based on minimum convex bounding rectangle procedure, in which yellow rectangle center point for the external
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1053
    • 提供者:Swai
  1. convex

    0下载:
  2. 程序实现图像分块,凸包,分割等功能,学图像处理的朋友建议下载。-Image sub-block implementation procedures, convex hull, partition and other functions, the study image processing Friend recommended download.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:3338
    • 提供者:廖建勇
  1. Convex_hullAlgorithm

    0下载:
  2. 实用的凸包算法,包括计算点与水平线的夹角,二分法排序,找极点等。-A practical convex hull algorithm, including calculating angle of the point and horizontal line, dichotomy sort, looking for poles and so on.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:30243
    • 提供者:薛佳丽
  1. HH_GIS_SpAn

    0下载:
  2. GIS空间分析工具,我们的空间分析课程设计包含道格拉斯抽样、曲线插值与光滑、多边形最小凸包、点群分布参数(分布中心、分布密度、分布轴线等)。基本功能都实现了。-GIS spatial analysis tools, our curriculum includes Douglas spatial analysis sampling, interpolation and smooth curve, the minimum convex polygon, point group distributio
  3. 所属分类:GIS program

    • 发布日期:2017-05-16
    • 文件大小:4198939
    • 提供者:黄华
  1. 3DTuBao

    0下载:
  2. 三维凸包演示,用的是增量法,复试度o(n^2)-Three-dimensional convex hull demo, use the incremental method, the second interview degrees o (n ^ 2)
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-13
    • 文件大小:3270410
    • 提供者:newmyl
  1. semi_convex_hull

    0下载:
  2. 凸包算法,选取区域最外围点,用于感兴趣区域提取。(Convex hull algorithm is used to extract regions of interest.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:6865920
    • 提供者:Chao SIR
« 12 3 4 »
搜珍网 www.dssz.com