CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 凸包

搜索资源列表

  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
    • 文件大小:12.15kb
    • 提供者:changxia
  1. Hullproduce

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:39.52kb
    • 提供者: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
    • 文件大小:12.68kb
    • 提供者: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
    • 文件大小:37.04kb
    • 提供者:漫步者
  1. delaunaytriangulation

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

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

    0下载:
  2. 这是一个凸包的程序,许多点,找几个点把所有的点都包起来,就像凸多边形一样。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.53kb
    • 提供者:余亮
  1. Ccode2.tar

    0下载:
  2. 计算几何讲义源代码 包括三角剖分, 凸包(二维,三维), 几何查找, 运动规划
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:55.84kb
    • 提供者:唐某某
  1. poly

    0下载:
  2. 计算几何经典算法集合,包括旋转卡壳求凸包,求重心,多边形面积,多边形周长,直线方程等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:148.25kb
    • 提供者:c4pt0r
  1. mypolygon2

    1下载:
  2. 8. 判断点是否在凸多边形内 9. 寻找点集的graham算法 10.寻找点集凸包的卷包裹法 11.判断线段是否在多边形内 12.求简单多边形的重心 13.求凸多边形的重心14.求肯定在给定多边形内的一个点15.求从多边形外一点出发到该多边形的切线16.判断多边形的核是否存在-8. In judging whether a convex polygon 9. Find points of graham algorithm 10. Find point set of convex hull vol
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4.02kb
    • 提供者:孤星赶月
  1. DosImageN

    0下载:
  2. 包括单区域外边界跟踪、跨缝隙穿毛刺轮廓跟踪、边界平滑与规范化、生成区域凸包过程、微分图像二值化-Outside the region including the single-track border, cross-slot wear burr contour tracking, boundary smoothing and standardization, the process of generating the convex hull area, differential image bi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:241.02kb
    • 提供者:霍丽琴
  1. convex

    0下载:
  2. 关于图像最小凸包的一系列算法,该算法主要运用于OpenCV 中的MinAreaBox()函数中 用于确定图像的倾斜角度-With regard to image the smallest convex hull of a series of algorithm, which mainly used OpenCV in MinAreaBox () function is used to determine the image of the tilt angle of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:120.16kb
    • 提供者:Free.L
  1. GrahamScan

    0下载:
  2. Graham凸包扫描算法,算法速度快,很经典的,程序内部注释比较全面。-Graham scan algorithm for convex hull algorithm is fast, very classic, more comprehensive program within the comment.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:262.28kb
    • 提供者:陈栋
  1. ConvHull

    0下载:
  2. 对于平面上任意给定的一些离散的点,确定这些点的凸包的边界。-For any given plane, a number of discrete points, the convex hull of these points to determine the boundaries.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:962.05kb
    • 提供者:张林
  1. jisuanjihe

    0下载:
  2. 其中讲述了计算几何中常用的叉积定义以及应用,凸包算法,还有半平面交算法-Which describes the computational geometry of the cross product definition of commonly used applications, convex hull algorithm, there are half-plane intersection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:33.1kb
    • 提供者:xjm
  1. wykobi_dot_net

    0下载:
  2. 实现多边形的凸包运算,且能顺利进行多边形三角划分,还有各种其他多边形计算几何之间的处理-Operation to achieve the convex hull of polygons, and can smooth the polygon triangulation, computational geometry and various other polygon processing between
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:190.17kb
    • 提供者:luheng
  1. analyse

    0下载:
  2. 空间分析中相关算法的实现:道格拉斯 插值 光滑 最小凸包 分布中心 分布轴线等-Spatial analysis of related algorithms to achieve: Douglas interpolation smooth distribution of the minimum distribution center axis of the convex hull, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:80.27kb
    • 提供者:张宇飞
  1. YALL1-v1.3

    1下载:
  2. 求解L1范数最小化问题的凸优化工具包,共含有6个模型的求解方法-Solving the L1-norm minimization problem of convex optimization toolkit contains a total of six methods of solving the model
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:47.12kb
    • 提供者:
  1. DataMatic

    0下载:
  2. DM码的识别,运用凸包法检验条码边缘,采用全局和局部相结合的阈值分割法-DM code identification, use of bar code edge of the convex hull method test, using a combination of global and local thresholding segmentation method
  3. 所属分类:Special Effects

    • 发布日期:2014-06-13
    • 文件大小:5.97mb
    • 提供者:何萍
  1. Convex

    0下载:
  2. 使用opencv的函数实现图形图像处理中的凸包缺陷的查找-Use opencv function of the convex hull of the graphics processing defects Find
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:697byte
    • 提供者:叶子
« 12 »
搜珍网 www.dssz.com