搜索资源列表
oo
- 道格拉斯算法的一种最简单的表示,希望对大家有用途
dp
- 道格拉斯算法,一种线划压缩的方法,可根据阈值达到不同的压缩比例
道格拉斯—普克法(Douglas—Peucker)简化线算法
- Douglas-Peucker算法 在数字化过程中,需要对曲线进行采样简化,即在曲线上取有限个点,将其变为折线,并且能够在一定程度 上保持原有的形状。 经典的Douglas-Peucker算法描述如下: (1)在曲线首尾两点A,B之间连接一条直线AB,该直线为曲线的弦; (2)得到曲线上离该直线段距离最大的点C,计算其与AB的距离d; (3)比较该距离与预先给定的阈值threshold的大小,如果小于threshold,则该
vc++道格拉斯算法源代码
- 道格拉斯算法源代码。利用vc++编写的源代码。里面有程序范例。
道格拉斯算法(C++实现)
- 道格拉斯算法(C++实现),实现点的简化!
Douglas抽稀算法
- 使用道格拉斯抽稀算法依据给定参数将折线进行抽稀以在尽量保证折线特点的前提下减少点的数量。
C#编写的投影变换、道格拉斯压缩、左转算法、线性四叉树
- C#编写的投影变换、道格拉斯压缩、左转算法、线性四叉树
Douglas-Poiker_algorithm
- Douglas-Poiker抽稀算法(又称道格拉斯车抽稀),用于二维图形节点抽稀.-Douglas-Poiker pumped dilute algorithm (also known as Douglas cars pumping diluted), 2D graphics for pumping dilute nodes.
Douglas-Pcucker
- 在计算机地图制图的过程中,通过各种手段获取的矢量数据往往存在各种各样的问题,需要对数据进行预处理,数据压缩是其中的一种处理方法。在计算机地图中,数据压缩的对象是线状要素中心轴线和面状要素边界数据(几何数据) ,本程序名称为道格拉斯-普克算法.-computer cartography in the process, through various means to obtain the vector data exists in a w
RY_Dglas1
- GIS开发,计算机图形学中道格拉斯—普克压缩算法实现-GIS, computer graphics Douglas-Puke Compression Algorithm
DGLS_VB
- 道格拉斯--普克压缩算法 一种简单的数据压缩算法,采用VB实现.-Douglas Puck compression algorithm a simple data compression algorithm, the use of VB realize.
Douglas-Peucker-Line-Approximation-Algorithm
- 地理信息系统中,曲线数据压缩的道格拉斯压缩算法源码-Geographic information systems, data compression curve of Douglas-source compression algorithm
DP_Simplification
- 道格拉斯-普克曲线化简算法,有效减少矢量曲线上点的数量-Douglas- Peucker curve simplification algorithm, effectively reduce the vector of the number of curve points
DGLS
- 演示道格拉斯数据压缩算法,即通过画出的自由线段按照一定的阈值对其进行道格拉斯压缩-Douglas demo data compression algorithm, that is, the freedom to draw lines through certain thresholds in accordance with its compression Douglas
dp
- 道格拉斯算法,一种线划压缩的方法,可根据阈值达到不同的压缩比例-Douglas algorithm, a method of compression Line can be reached in accordance with thresholds different compression ratio
222
- 利用C语言进行道格拉斯压缩算法的实现并加以详细注释-Douglas C language using compression algorithms and a detailed realization of the Notes
Spatial_data_compression
- 空间数据压缩,本程序结合了道格拉斯算法、光栏法、垂直距离法对空间数据进行压缩-Spatial data compression, the program combines the Douglas algorithm, light bar, vertical distance of space data compression
Douglastubao
- 道格拉斯算法实现的空间信息提取,与相关功能的实现-Douglas spatial information extraction algorithm, and related functions to achieve
Douglas-Peucker
- 利用的道格拉斯算法进行对曲线的压缩,利用递归算法实现的。(The Douglas algorithm is used to compress the curve, and it is realized by recursive algorithm.)
道格拉斯普克抽稀算法
- 道格拉斯-普克抽稀算法python实现。用于空间数据抽稀。(Douglas-Puck thinning algorithm implemented in python. Used for thinning spatial data.)