Douglas-Peucker function

版本 1.1.0.0 (3.2 KB) 作者: RANADEER
This function uses douglas-peucker algorithm to simplify the shape of the polygons
740.0 次下载
更新时间 2012/4/18

查看许可证

编者注: This file was selected as MATLAB Central Pick of the Week

This algorithm chooses few points from the list of points on the boundary and computes the points that are beyond the tolerance value. it also provides the indices of the points

syntax [list_pts,pnts]= douglas_peucker(point_list, tolerance);

this function uses some other functions that are downloaded from matleb central(such as push and pop), also another function named "normal_dist" that is used to find shortest distance of a point(P) from a line passing through two known points(P1,P2).

引用格式

RANADEER (2024). Douglas-Peucker function (https://www.mathworks.com/matlabcentral/fileexchange/36229-douglas-peucker-function), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Elementary Polygons 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

uploaded winzip file

1.0.0.0