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

搜索资源列表

  1. Geometer

    0下载:
  2. 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5582
    • 提供者:贺晨
  1. graham

    0下载:
  2. 构造凸包接口函数,传入原始点集大小n,点集p(p原有顺序被打乱!),返回凸包大小,凸包的点在convex中-Construct convex hull interface function, introduced the original point set size n, the point set p (p the original order has been disrupted!), Returns the size of the convex hull, convex hull of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1233
    • 提供者:JP
  1. tubao2

    0下载:
  2. 经典的凸包问题,解决给定点中选择出图报个数最少的点集,并按顺时针顺序将其打印出来-tubao question
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:580
    • 提供者:anrong
  1. SeqPartition

    0下载:
  2. 基于距离的点集分类程序,可以把点按相对距离分簇,使用opencv编写-Distance-based classification procedures set of points, you can put points in relative distance clustering, using opencv write
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1900574
    • 提供者:李涵露
  1. convex

    0下载:
  2. gram法求凸包, 凸包是区域内任意两点的直线不与边界相交的简单闭区域。 gram算法能够高效地求解出凸包的点集-gram Method convex hull, convex hull is a straight line between any two points within the region do not intersect with the boundary simple closed area. gram algorithm can efficiently solve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1977
    • 提供者:刘晓明
  1. Coordinate

    1下载:
  2. 能建立坐标系,并且能画出坐标系的点集或网集-Coordinate system can be established, and can draw the coordinates of the point set or a network set
  3. 所属分类:JavaScript

    • 发布日期:2016-03-13
    • 文件大小:14827
    • 提供者:都督
  1. kmeans

    0下载:
  2. 经典的k-means程序,包含了很多的数据集,具有几点的聚类程序的描述。以供大家参考。-kmeans
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:35343
    • 提供者:tanglina
  1. area

    1下载:
  2. 计算凸包面积,点集Q的凸包是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。-Calculate convex hull area。The convex hull of point set Q is a minimum convex polygon, to meet the Q of the point or polygon or in its inside edge
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:791
    • 提供者:秦稼轩
  1. TPS-RPM

    0下载:
  2. TPS-RPM稳定点集匹配方法,可应用用于复杂的图形识别与字符识别-TPS-RPM robust point match method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-25
    • 文件大小:43983
    • 提供者:sophie
  1. AutomatedGeneralizationofDEM

    0下载:
  2. 基于DEM的等高线自动综合算法研究本文在分析现有等高线综合方法的基础上,采用最大独立点集法构造地形层次结构的综合方法,进行了大量的实验,表明了该方法在等高线综合中的可行性和适用性-Automated Generalization of DEM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:298589
    • 提供者:sjx
  1. 3pcf

    0下载:
  2. 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:869
    • 提供者:Junki Lee
  1. GoodPoint

    0下载:
  2. 使用佳点集遗传算法,解决安徽十七市的TSP问题,求出最短路径主要区别于普通遗传算法的地方是染色体交叉部分,另外编码方式使用十进制方式。-Good point set genetic algorithm used to solve TSP problem the city of Anhui, 17, find the shortest path to the main place is different from ordinary genetic algorithm is crossover s
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1999213
    • 提供者:yangshoping
  1. cx5

    0下载:
  2. 用Hausdorff距离对两角点集进行配准,得到点集间的仿射变换,从而实现图像的自动配准。此算法以角点作为Hausdorff距离的配准特征,与直接选用边缘来配准的方法相比较,大大减小计算量。-Hausdorff distance on the corners with a point set registration, be affine transformation between sets in order to achieve automatic image registration. T
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:37276
    • 提供者:sfm
  1. cx6

    0下载:
  2. 用Hausdorff距离对两角点集进行配准,得到点集间的仿射变换,从而实现图像的自动配准。此算法以角点作为Hausdorff距离的配准特征,与直接选用边缘来配准的方法相比较,大大减小计算量。-Hausdorff distance on the corners with a point set registration, be affine transformation between sets in order to achieve automatic image registration. T
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:36693
    • 提供者:sfm
  1. cx7

    0下载:
  2. 用Hausdorff距离对两角点集进行配准,得到点集间的仿射变换,从而实现图像的自动配准。此算法以角点作为Hausdorff距离的配准特征,与直接选用边缘来配准的方法相比较,大大减小计算量。-Hausdorff distance on the corners with a point set registration, be affine transformation between sets in order to achieve automatic image registration. T
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:7029
    • 提供者:sfm
  1. cx8

    0下载:
  2. 用Hausdorff距离对两角点集进行配准,得到点集间的仿射变换,从而实现图像的自动配准。此算法以角点作为Hausdorff距离的配准特征,与直接选用边缘来配准的方法相比较,大大减小计算量。-Hausdorff distance on the corners with a point set registration, be affine transformation between sets in order to achieve automatic image registration. T
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:35551
    • 提供者:sfm
  1. circle

    0下载:
  2. 实现求解平面上任意一组点集的包含所有点的最小包含圆-Solving the plane to achieve any of a group of point set contains all points of the minimum enclosing circle
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1123
    • 提供者:suzie
  1. CPD2

    0下载:
  2. 3维点集Coherent Point Drift配准的matlab代码-Coherent Point Drift
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1935146
    • 提供者:刘华军
  1. Convexhullproblem

    1下载:
  2. 点集Q的凸包(convex hull)是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内-The convex hull of point set Q (convex hull) is a minimum convex polygon, to meet the Q of the point or the edge of or within this polygon
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1073
    • 提供者:吴浩
  1. hull

    0下载:
  2. 该代码实现由点集序列或数组创建凸外形,基于OPENCV-The code sequence or set of points achieved by the convex shape to create an array, based on OPENCV
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:130954
    • 提供者:张倩
« 1 2 3 4 5 67 8 9 10 11 ... 23 »
搜珍网 www.dssz.com