CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ConvexHull

搜索资源列表

  1. ConvexHull

    0下载:
  2. 使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:51665
    • 提供者:王晓桐
  1. ConvexHull

    2下载:
  2. 多边形最小外接矩形算法,在CodeProject上下载的,共享-Minimum bounding rectangle polygon algorithm, download CodeProject, shared
  3. 所属分类:C#编程

    • 发布日期:2013-12-20
    • 文件大小:23999
    • 提供者:yangxixi
  1. convexhull

    0下载:
  2. 用动态链表实现求凸壳的程序(卷包裹法),供三角网实现编程的人参考-Using dynamic list for the Convex Hull of the realization of procedures (vol Parcel law) for the triangular network programming reference
  3. 所属分类:GIS program

    • 发布日期:2016-08-08
    • 文件大小:125474
    • 提供者:尚永
  1. convexhull

    0下载:
  2. The Graham scan examines the points one by one and eliminates the points which cause reflexive angles
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2189
    • 提供者:linru
  1. 5-18

    0下载:
  2. 由 点 集合 序列 或者 数组 创建 凸外形-opencv convexhull
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2685
    • 提供者:li
  1. convexhull

    0下载:
  2. convexik jan convexik
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:531
    • 提供者:artavazd
  1. hull

    0下载:
  2. 凸包jarvis算法以及格雷米算法,对两种算法进行一个比较,并且提供两种算法的代码-Convex hull algorithm and jarvis Geremi algorithm, two algorithms on a comparison of two algorithms and provides code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:6229
    • 提供者:robert
  1. convexhull

    0下载:
  2. 用于求解凸包问题!包围所有的定点! -Convex hull for the solution of the problem!
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6876
    • 提供者:Future
  1. Convexhull

    0下载:
  2. 现有一硬件采集了人在一固定大小的平面上的压力中心点,采集了很多数据,现在要求用vb算出一组压力中心点的凸包,以便显示人在这一时段的活动范围-A collection of existing hardware in a fixed plane the size of the center of pressure, a lot of data collection, and now requires a set of pressure vb calculate the center of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1867
    • 提供者:韩廷章
  1. Convex_Hull_Algorithm

    1下载:
  2. 由一堆离散点,自动生成它的最小外包多边形,及凸壳。-By a bunch of discrete points, it is automatically generated out of the smallest polygon, and the Convex Hull.
  3. 所属分类:Special Effects

    • 发布日期:2016-08-10
    • 文件大小:5364
    • 提供者:荆凯旋
  1. ConvexHull

    0下载:
  2. imagestone source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:79394
    • 提供者:shazy
  1. ConvexHull

    0下载:
  2. Convex Hull Algorithm Implemetation in ASP C#
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:46828
    • 提供者:abhishek
  1. ConvexHull

    0下载:
  2. convex hull using quick hu-convex hull using quick hull
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:734
    • 提供者:abhishek
  1. convexhull

    0下载:
  2. an application for convex hull in visual c++ on windows platform using openCv library a -an application for convex hull in visual c++ on windows platform using openCv library a a a a a a a a a a a
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1009
    • 提供者:vane
  1. convexhull

    0下载:
  2. Scanner in java which read and tokenises the code
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:15379
    • 提供者:sai
  1. ConvexHull

    0下载:
  2. Convex Hull algorithms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:116646
    • 提供者:Tolga
  1. Convexhull

    0下载:
  2. 凸包 凸包问题的实现 有无数点,求能包含这些点的图形的最小面积-Convex hull Convex hull problem of realization there are numerous points, seek to include these points, the graphics, the minimum size
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1269
    • 提供者:林风
  1. convexhull

    0下载:
  2. face detection and hand recognition
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1014
    • 提供者:aymanrashwan
  1. ConvexHull

    0下载:
  2. In this project, three convex hull algorithms are implemented in java. Three algorithms are Brute Force, Graham’s Scan and Jarvis’ March.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:8845
    • 提供者:zephrion
  1. ConvexHull

    1下载:
  2. 凸包(ConvexHull)就是把给定点包围在内部的,面积最小的凸多边形。时间复杂度为O(n)先计算凸包,输入点数组p,点个数为n,输出点数组ch。函数返回凸包顶点数。(The convex hull (ConvexHull) is the smallest convex polygon that surrounds the point to its interior. The time complexity is O (n). First, the convex hull is compute
  3. 所属分类:

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:dosense
« 12 »
搜珍网 www.dssz.com