simplifyPolyline()

Simplifies polyline to the required detail by removing vertices using Ramer-Douglas-Peucker Algorithm
ダウンロード: 55
更新 2021/11/5

ライセンスの表示

Function to simplyfy a polyline based on Ramer-Douglas-Peucker Algorithm. The code is generalized for n Dimension, so it can be used for 2d as well 3d problems.
Please find the example problems in runtest_simplifyPolyline.m.

引用

Naveen Somasundaram (2024). simplifyPolyline() (https://www.mathworks.com/matlabcentral/fileexchange/101455-simplifypolyline), MATLAB Central File Exchange. 取得済み .

https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm

MATLAB リリースの互換性
作成: R2019a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.1

Added Example File runtest_simplifyPolyline.m
No change to function

1.0.0