CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Douglas Peucker

搜索资源列表

  1. Douglas-PeuckerLineApproximationAlgorithm

    0下载:
  2. When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:419.03kb
    • 提供者:成东
  1. RDP_algorithm.rar

    1下载:
  2. 曲线数据压缩是计算机图形学、计算机自动制图和地理信息系统( GIS) 等学科理论与方法研究的一个重要问题,其实质是一个信息压缩问题.RDP 算法是应用最为广泛的一种,由于容易编程实现且压缩结果较好, GIS 界许多著名商业软件公司(如Intergrap h ,ESRI ,LaserScan) 都把此算法作为其制图系统中一种曲线数据压缩的标准算法.,the well-known Ramer-Douglas-Peucker (RDP) algorithm for polyline data comp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:924byte
    • 提供者:ann
  1. DouglasPeucker

    2下载:
  2. 道格拉斯—普克法(Douglas—Peucker)的C++程序-Douglas- Puck method (Douglas-Peucker) of the C++ program
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:34.9kb
    • 提供者:许明明
  1. gshhs_dp

    0下载:
  2. 道格拉斯-普克算法折线矢量压缩算法的C语言高效率实现,采用整形运算,适用于很多场合的数据压缩-Douglas- Peucker algorithm for line vector of the C language compression algorithms to achieve high efficiency, the use of plastic surgery operations, applicable to many occasions of data compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:3.3kb
    • 提供者:amy chang
  1. Douglas-Peucker

    1下载:
  2. Douglas-Peucker是曲线拟合和压缩数据的最好方法,本人编辑这个程序方便大家调用,拟合压缩曲线。-Douglas-Peucker curve fitting and the compression of data is the best way, I called you to edit this program to facilitate the fitting compression curve.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3.4kb
    • 提供者:huhoo
  1. Douglas-peucker

    0下载:
  2. 这是一个介绍道格拉斯压缩算法的文章,名字为“增强型道格拉斯-普克压缩算法的设计与实现”-This is a descr iption of the article, Douglas compression algorithm, named " Enhanced Douglas- Puck Compression Algorithm Design and Implementation"
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:141.7kb
    • 提供者:
  1. Douglas-Peucker-

    0下载:
  2. Douglas-Peucker算法实现曲线离散化,以及用C语言代码实现曲线离散化程序-Douglas-Peucker algorithm for discrete curves, as well as the C language code curve discrete programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.5kb
    • 提供者:kaka
  1. Douglas_Peucker

    1下载:
  2. Douglas-Peucker algorithm for a 2-dimensional data with example in matlab.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-30
    • 文件大小:5kb
    • 提供者:eehadi
  1. Peucker

    0下载:
  2. 使用道格拉斯抽稀算法依据给定参数将折线进行抽稀以在尽量保证折线特点的前提下减少点的数量。-Using Douglas thinning algorithm based on the given parameters will be thinning line to try to ensure polyline features in the premise of reducing the number of points.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:29.68kb
    • 提供者:李时针
  1. Data-compression

    0下载:
  2. 以中国地图数据经兰勃托投影后的数据为基础数据,是用道格拉斯-普克法压缩数据,将数据压缩为50 左右。-In China, the map data by Lambert projection of the supporting data as basic data, data is compressed using Douglas Peucker compressing data is about 50 .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4.24mb
    • 提供者:lilian
  1. doglas

    0下载:
  2. 道格拉斯普克算法 用于压缩图像,减少图像尺寸大小-Douglas Peucker
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:914byte
    • 提供者:文章
  1. matlab-Douglas-Peucker

    1下载:
  2. 道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the number of points of an algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:3kb
    • 提供者:铭MARS花
  1. Douglas-Peucker

    0下载:
  2. 利用的道格拉斯算法进行对曲线的压缩,利用递归算法实现的。(The Douglas algorithm is used to compress the curve, and it is realized by recursive algorithm.)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-20
    • 文件大小:108kb
    • 提供者:GYQ1
搜珍网 www.dssz.com