Line simplification algorithm
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need the following line simplification algorithm:
- Bellman
- STTrace
- TD-TR (modified Douglas-Peucker)
- OPW-TR (opening window)
- OPW-SP (opening window with speed error condition)
I've searched on google but, I have just found academic papers that talk about it. Have someone implemented those algorithms or know a repository where i can find it? I need it in Matlab language, but it's not a real problem.
2 Kommentare
Walter Roberson
am 21 Jan. 2012
It looks to me as if many of those are abbreviations invented for use in a particular paper that is _not_ using the algorithms for line simplification.
Antworten (1)
Lipi Vora
am 18 Dez. 2019
We now implement the Douglas-Peucker line simplification algorithm in MATLAB.
Please refer to the documentation:https://www.mathworks.com/help/images/ref/reducepoly.html
0 Kommentare
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!