搜索资源列表
RY_Dglas1
- GIS开发,计算机图形学中道格拉斯—普克压缩算法实现-GIS, computer graphics Douglas-Puke Compression Algorithm
DGLS_VB
- 道格拉斯--普克压缩算法 一种简单的数据压缩算法,采用VB实现.
DP_Simplification
- 道格拉斯-普克曲线化简算法,有效减少矢量曲线上点的数量
julei-chouyang
- 实现了道格拉斯-普克抽样,三角网生成,聚类的实现
道格拉斯—普克法(Douglas—Peucker)简化线算法
- Douglas-Peucker算法 在数字化过程中,需要对曲线进行采样简化,即在曲线上取有限个点,将其变为折线,并且能够在一定程度 上保持原有的形状。 经典的Douglas-Peucker算法描述如下: (1)在曲线首尾两点A,B之间连接一条直线AB,该直线为曲线的弦; (2)得到曲线上离该直线段距离最大的点C,计算其与AB的距离d; (3)比较该距离与预先给定的阈值threshold的大小,如果小于threshold,则该直线段作为曲线的近似,该段曲线处理完毕。 (4)如果距离大
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
DP
- 用道格拉斯普克算法对线进行化简,处理结果比较好-use DP algorithm with simplified lines
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
Spatial_data_compression
- 空间数据压缩,本程序结合了道格拉斯算法、光栏法、垂直距离法对空间数据进行压缩-Spatial data compression, the program combines the Douglas algorithm, light bar, vertical distance of space data compression
DP
- 直线化简的两种算法比较,一种是道格拉斯普克算法,一种是Structured_Walk_Method-Line simplification compared two algorithms, one is the Douglas Peucker algorithm, one is Structured_Walk_Method
douglas-peucker
- 道格拉斯-普克压缩算法,提取有用信息,提高信息集中度-Douglas- Puck compression algorithms to extract useful information
5
- 基于道格拉斯普克法压缩方法的 vb代码 小程序 不值一提 我要下载-Douglas Puck compression method based on the Law of the vb code for small programs is not worth a mention I would like to download! ! !
DouglasPeuckerDataCompress
- Open编写道格拉斯普克压缩算法,算法简单-OpenGL Douglas
dglspkf
- 道格拉斯普克法进行地理地图处理,压缩效率-Road 格拉斯普克 method of geographical map processing, compression efficiency
DGLS_VB
- 在地图学中 道格拉斯普克法可以有效地对空间域进行概括- In the cartology,the Douglas—Peucker can summrize the platform space efficiently.
dglspkys
- 山东建筑大学测绘专业vb道格拉斯普克压缩实习代码-Shandong Architecture University of Surveying and Mapping Professional Practice code vb Road 格拉斯普克 compression
Douglas-peucker
- 这是一个介绍道格拉斯压缩算法的文章,名字为“增强型道格拉斯-普克压缩算法的设计与实现”-This is a descr iption of the article, Douglas compression algorithm, named " Enhanced Douglas- Puck Compression Algorithm Design and Implementation"
daogelasi
- 道格拉斯普克算法,是GIS的小实习,希望对大家有帮助-Douglas Peucker algorithm, the GIS the small internship, hope everyone
道格拉斯普克抽稀算法
- 道格拉斯-普克抽稀算法python实现。用于空间数据抽稀。(Douglas-Puck thinning algorithm implemented in python. Used for thinning spatial data.)