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

搜索资源列表

  1. dijk

    1下载:
  2. Dijkstra算法可以解决voronoi图中求解最短路径-Dijkstra' s algorithm can solve voronoi diagram to solve the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:6207
    • 提供者:雷垒
  1. clippedvoronoi

    0下载:
  2. voronoi图划分,用于点云的三角剖分,生成点云表面模型-voronoi graph partitioning triangulation for point cloud generated point cloud surface model
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:6208
    • 提供者:king
  1. voronoi

    0下载:
  2. template sort program-sort program
  3. 所属分类:Shell api

    • 发布日期:2017-11-20
    • 文件大小:321915
    • 提供者:我也是
  1. Delaunay

    0下载:
  2. Delaunay三角形和Voronoi划分的迭代式构造-Delaunay triangulation and Voronoi division iterative construction
  3. 所属分类:OpenCV

    • 发布日期:2017-11-28
    • 文件大小:1752
    • 提供者:zxx
  1. qhull-2012.1

    0下载:
  2. Qhull computes the convex hull, Delaunay triangulation, Voronoi diagram, halfspace intersection about a point, furthest-site Delaunay triangulation, and furthest-site Voronoi diagram. The source code runs in 2-d, 3-d, 4-d, and higher dimensions. Qhul
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:12901893
    • 提供者:CX
  1. diedaisi

    0下载:
  2. Delaunay三角形和Voronoi划分的迭代式构造-Delaunay triangulation and Voronoi division iterative construction
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:1761
    • 提供者:liye
  1. Cu_001z

    0下载:
  2. 产生维诺图的程序,这个程序是产生Cu的的文件-Generating a Voronoi diagram of the program, this program is generated Cu file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:1219
    • 提供者:张张
  1. 4

    0下载:
  2. 本程序实现delaunay三角形和voronoi划分的迭代式构造-The program voronoi delaunay triangles and divide iterative structure
  3. 所属分类:OpenCV

    • 发布日期:2017-11-30
    • 文件大小:3542
    • 提供者:陶子
  1. qhull

    0下载:
  2. qhull生成算法,纯c语言实现。 通过顶点生成convex hull的快速算法,也会生成delaunay三角形和Voronoi图。- Qhull is a general dimension convex hull program that reads a set of points from stdin, and outputs the smallest convex set that contains the points to stdout. It also generate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:295557
    • 提供者:邓东生
  1. voronoi3d

    12下载:
  2. python实现的三维空间维罗尼图算法演示。-3d voronoi use python
  3. 所属分类:Special Effects

    • 发布日期:2016-12-30
    • 文件大小:984064
    • 提供者:邓东生
  1. delaunay2

    0下载:
  2. This program demostrates how to use OpenCv library for iterative construction of delaunay triangulation and voronoi tesselation. It draws a random set of points in an image and then delaunay triangulates them.-This program demostrates iterative const
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1488
    • 提供者:王新华
  1. Dijkstra-algorithm

    0下载:
  2. Dijkstra算法用于解决解决voronoi图,matlab编制的-Dijkstra algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6150
    • 提供者:李元帅
  1. dijk1

    0下载:
  2. Dijkstra算法,关于 Dijkstra算法解决voronoi图的问题,用 Dijkstra算法解决voronoi图中求解最短路径的时候,有一个"dijkstra.m"的文件-Dijkstra algorithm voronoi diagram on Dijkstra algorithm to solve the problem, using Dijkstra algorithm to solve voronoi diagram for solving the shortest path,
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2617
    • 提供者:肖杰飞
  1. lecture2-650

    0下载:
  2. Present a mathematical framework for discussing the topics in the remainder of the courseDuality, Convex Hulls, Envelopes, Voronoi Diagrams, and Delauney Triangulations-Present a mathematical framework for discussing the topics in the remainder of th
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:10073
    • 提供者:tocont
  1. voronoiPumat

    1下载:
  2. voronoi图生成算法,voronoi生成算法资料,umat开发程序资料-voronoi figure,umat
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-13
    • 文件大小:1690624
    • 提供者:陈守东
  1. src

    0下载:
  2. How to use the ordinary Voronoi partition generator. The m-files also have their own help documentation that you can view in Matlab. This code creates a bounding polygon that is a square. Then it randomly creates 10 points and then creates and
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:12897
    • 提供者:S
  1. fun_traindic_kmeans

    0下载:
  2. kmeans 聚类算法,主要用来对一堆数据形成他们的码本-k-means clustering is a method of vector quantization originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which ea
  3. 所属分类:其他小程序

    • 发布日期:2018-11-14
    • 文件大小:127
    • 提供者:程小青
  1. delaunay.c

    0下载:
  2. delaunay三角形和voronoi划分的迭代式构造-voronoi division of delaunay triangles and structure of the iterative
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:3502
    • 提供者:spokesm
  1. Delaunay_triangle

    0下载:
  2. 利用Delaunay三角形和Voronoi划分的迭代式进行平面的划分,本程序基于OpenCV实现-failed to translate
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:3546
    • 提供者:nddiffi
  1. awvoronoi-run-1.0.0

    0下载:
  2. matlab加权 voronoi 剖分网格代码。方便简单。 适合入门与科研应用。-matlab mesh generation code. Convenient and simple.voronoi
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2897919
    • 提供者:yang
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com