搜索资源列表
Douglas-Peucker
- Douglas-Peucker算法 C#和VB Douglas-Peucker算法 Douglas-Peucker算法
道格拉斯—普克法(Douglas—Peucker)简化线算法
- Douglas-Peucker算法 在数字化过程中,需要对曲线进行采样简化,即在曲线上取有限个点,将其变为折线,并且能够在一定程度 上保持原有的形状。 经典的Douglas-Peucker算法描述如下: (1)在曲线首尾两点A,B之间连接一条直线AB,该直线为曲线的弦; (2)得到曲线上离该直线段距离最大的点C,计算其与AB的距离d; (3)比较该距离与预先给定的阈值threshold的大小,如果小于threshold,则该直线段作为曲线的近似,该段曲线处理完毕。 (4)如果距离大
RDP_algorithm.rar
- 曲线数据压缩是计算机图形学、计算机自动制图和地理信息系统( GIS) 等学科理论与方法研究的一个重要问题,其实质是一个信息压缩问题.RDP 算法是应用最为广泛的一种,由于容易编程实现且压缩结果较好, GIS 界许多著名商业软件公司(如Intergrap h ,ESRI ,LaserScan) 都把此算法作为其制图系统中一种曲线数据压缩的标准算法.,the well-known Ramer-Douglas-Peucker (RDP) algorithm for polyline data comp
Douglas.rar
- MFC程序,道格拉斯曲线压缩算法(Douglas-Pcucker),提供点数据,读取数据后绘制曲线,再进行压缩,显示压缩后的点,与原曲线进行对比,,Douglas-Pcucker Algorithm
Douglas—Peucker_Simplize_Vecto
- 矢量数据的压缩方法常用的有道格拉斯—普克法、垂距法、光栏法。本文主要讨论道格拉斯—普克法,运用该算法的思想,用C语言于TC20中编写一个小程序,实现对既有线的简化。(压缩包里面有算法报告),Vector data compression methods are commonly used Douglas- Puck law, down from the method, light field method. This article focused on Douglas- Puck law, t
DouglasPeucker
- 道格拉斯—普克法(Douglas—Peucker)的C++程序-Douglas- Puck method (Douglas-Peucker) of the C++ program
Douglas-Pcucker
- \Douglas-Pcucker算法的源代码和解析-Douglas-Pcucker
gshhs_dp
- 道格拉斯-普克算法折线矢量压缩算法的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
weed
- Program in lisp to clean a polyline with the douglas peucker algoritm
P-D
- Douglas-Peucker算法实现,数据压缩算法-Douglas-Peucker
Douglas-Pcucker
- 用Douglas-Pcucker算法对线状地图进行自动综合。-employ the Douglas-Pcucker algorithm for the 2D linear map generalization.
douglas
- 道格拉斯压缩算法的实现,附带数据,可以设定压缩参数-Douglas compression algorithm, with data compression parameters can be set
DP
- 直线化简的两种算法比较,一种是道格拉斯普克算法,一种是Structured_Walk_Method-Line simplification compared two algorithms, one is the Douglas Peucker algorithm, one is Structured_Walk_Method
Douglas
- 运用VB编写道格拉斯算法,对地图进行压缩-VB prepare Douglas algorithm to compress on the map
douglas-peucker
- 道格拉斯-普克压缩算法,提取有用信息,提高信息集中度-Douglas- Puck compression algorithms to extract useful information
Douglas-Peucke
- Douglas-Peucker算法压缩矢量数据是产生公共边“裂缝”现象的原因,Douglas-Peucker文章及部分程序-Douglas-Peucker algorithm for vector data compression is to generate public side "crack" phenomenon, Douglas-Peucker article and some of the procedures
Douglas-Peucker
- 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.
DGLS_VB
- 在地图学中 道格拉斯普克法可以有效地对空间域进行概括- In the cartology,the Douglas—Peucker can summrize the platform space efficiently.
matlab-Douglas-Peucker
- 道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the number of points of an algorithm
ramer-douglas-peucker-master
- 可以简化一条线段 使用douglas-peucker算法来实现 一个线段的简化(simple a line Can simplify a line segment use Douglas Peucker algorithm to simplify a line segment)