搜索资源列表

  1. cg

    0下载:
  2. 实现演示若干图形学算法,点生成线起色算法,Bezier,多边形切割,凸包计算等。-Demonstrate the achievement of a number of graphics algorithms, point improvement algorithm to generate line, Bezier, polygon cutting, convex hull calculation.
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:11244544
    • 提供者:wally
  1. Graham

    0下载:
  2. 应用Graham算法查找散乱点集凸包,该程序演示了2D凸包的查找。按W键随机生成散乱点,并显示查找的最终凸包。-Find the convex of scatter points by graham algorithm. Press w key to generate random points, and the convex will be displayed.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:482304
    • 提供者:张建生
  1. tubao

    0下载:
  2. 凸包的应用文件(包裹法求凸包的算法) 写得比较经典-Convex hull of the application files (packages Method of Convex Hull algorithm) written in the classical comparison
  3. 所属分类:数据库编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:chen
  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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:122880
    • 提供者:Free.L
  1. computational_geometry

    0下载:
  2. 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:ltryee
  1. tubao

    0下载:
  2. 实现点集凸包的算法,把众多随机分布的点用一条折线以最小的长度使其全部包括其中-Achieve point set convex hull algorithms, the number of random distribution of points with a polyline with a minimum length of it all including the
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:lixiaowei
  1. 2DBall

    0下载:
  2. 有关2D凸包的算法,1. 排序更简单,只是简单的比较,没有运算. 2. 起始点更好找,就是排序后的第一个点. 3. 可以很好地处理特殊情况(共线).-The 2D convex hull algorithm, 1. Sorting easier, just a simple comparison, there is no operation. 2. To find a better starting point, that is
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:jiangli
  1. tubao

    0下载:
  2. 数据结构编写的一个凸包程序,主要是算法比较好-Data structure prepared by a convex hull program, better algorithms are mainly
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1996800
    • 提供者:刘鑫
  1. lysnake

    0下载:
  2. 提出了一种自适应的Snake 算法,对于初始包络上的每一点,按照Greedy 算法中的能量公式计算其邻域内各点的能 量. 如果邻域不包含目标的轮廓,则将邻域半径加大,再次计算邻域内各点的能量,直到邻域内包含轮廓点为止. 该算法只需迭 代一次即可得到目标轮廓,而且增大了初始包络的收敛半径,并能够有效处理较高曲率凸形边缘的情况. 对比实验说明了这种 方法的有效性.-Snake proposed an adaptive algor
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:156672
    • 提供者:罗朝辉
  1. GrahamScan

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

    • 发布日期:2024-05-21
    • 文件大小:268288
    • 提供者:陈栋
  1. 545454545454545454545454

    0下载:
  2. 各种凸包生成算法 有卷包法,格雷厄姆法, -all kind of fdfdf
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:psl
  1. MinAreaRectangle

    0下载:
  2. 对平面上的点集,寻找它的最小面积包围矩形,最小周长包围矩形,以及最大距离点对。算法采用了游标卡尺的思想,在找到凸包后时间复杂度为线性。-for finding the minimum area encasing rectangle and the maximum distance pair. The complexity of this algorithm is O(n),so it s very fast.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:highflybird
  1. dlg

    0下载:
  2. 利用MFC,简单的图形界面,简单的算法,实现凸包的绘制-Using MFC, a simple graphical interface, a simple algorithm to achieve the convex hull of the draw
  3. 所属分类:界面编程

    • 发布日期:2024-05-21
    • 文件大小:37888
    • 提供者:yamalove
  1. zhalan

    0下载:
  2. 运用凸包的生成算法,具体解决了“栅栏”问题,并且有MFC实现的图形界面-Convex hull generation algorithm used, the specific solution to the " fence" issue, and has implemented graphical interface MFC
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:399360
    • 提供者:guang
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:81920
    • 提供者:张宇飞
  1. convexhull_

    0下载:
  2. 算法设计 凸包问题 C程序开发的,需要配置OPENGL文件才能运行-tubao wenti suanfaseji good function program! have a good job ok la!
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:263168
    • 提供者:果倪
  1. tubao

    0下载:
  2. 算法课程中一个给出N个点和坐标,求取一个凸包的程序-Algorithm for a course coordinates are given N points and strike a convex program
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:276480
    • 提供者:苍痕
  1. NonConvexrecovery

    0下载:
  2. 压缩感知非凸恢复算法,非常重要的一个代码。其中包含三个代码包。-Noconvex Compressed sensing recovery alogrithms,including three toolbox!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:52224
    • 提供者:王锋
  1. TarsusPmultiplication

    0下载:
  2. 分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that ser
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:101376
    • 提供者:彭宇
  1. graham

    0下载:
  2. Graham扫描算法 : 大体思路是将不是凸包顶点的点从点集中去掉。 找出S中具有最小y坐标的点p(通过选取最左边的点打破平局) 根据点和p的连线 与 x轴正方向所成的角度,对S中的点进行排序(由小到大),并将p放在最前面。 从p点开始扫描排序后的S集合。如果这些点都在凸包上,则每三个相继的点p1,p2,p3满足以下性质:p3在向量<p1,p2>的左边.如果出现相继的三个点p1,p2,p3不满足
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:李刚
« 1 2 3 4 5 6 78 9 »

源码中国 www.ymcn.org