搜索资源列表
Douglas-PeuckerLineApproximationAlgorithm
- 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 rendere
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,则该
PolyCompress
- Douglas-Peucker算法的递归实现,java版-Douglas-Peucker Compresing recursive algorithm to achieve, java version
Douglas-Peucker-Line-Approximation-Algorithm
- 地理信息系统中,曲线数据压缩的道格拉斯压缩算法源码-Geographic information systems, data compression curve of Douglas-source compression algorithm
Douglas-PeuckerLineApproximationAlgorithm
- 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 rendere
Douglas-Peucker
- Douglas-Peucker算法 C#和VB Douglas-Peucker算法 Douglas-Peucker算法-Douglas-Peucker algorithm C# And VBDouglas-Peucker algorithm for Douglas-Peucker algorithm
Douglas
- Douglas-Peuker算法压缩地图线数据-Douglas-Peuker map line data compression algorithm
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
Douglas-Puck_compression_algorithm
- 论述了经典的道格拉斯—普克压缩算法,分析将其应用于多边形边界数据压缩所<br>造成的图形失真现象,提出了一种增强型道格拉斯—普克压缩算法,并用实际的MapInfo 矢量数据来检核该<br>算法的可靠性。-Discusses the classic Douglas- Puck compression algorithm, the analysis applied to the boundary polygon gr
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-Pcucker
- \Douglas-Pcucker算法的源代码和解析-Douglas-Pcucker
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.
Douglas-Peucker-
- Douglas-Peucker算法实现曲线离散化,以及用C语言代码实现曲线离散化程序-Douglas-Peucker algorithm for discrete curves, as well as the C language code curve discrete programming
matlab-Douglas-Peucker
- 道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the nu
ex3data
- Douglas Peucker算法的matlab实现,应用于地图制图中的综合制图。其中有中国地图数据加以验证。可以自设threshold。(The matlab implementation of Douglas Peucker algorithm is applied to cartographic generalization in cartography. Among them, the map data of China is
ramer-douglas-peucker-master
- 可以简化一条线段 使用douglas-peucker算法来实现 一个线段的简化(simple a line Can simplify a line segment use Douglas Peucker algorithm to simplify a line segment)