필터 지우기
필터 지우기

Line simplification algorithm

조회 수: 3 (최근 30일)
marianoc84
marianoc84 2012년 1월 21일
답변: Lipi Vora 2019년 12월 18일
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
Walter Roberson
Walter Roberson 2012년 1월 21일
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.
marianoc84
marianoc84 2012년 1월 21일
With regard to the last three, I thought the same.
But Bellman and STTrace looks like universal name. Alas if I search for Bellman all results are about well known Bellman-Ford algorithm.
The paper: "Spatio temporal compression techniques for moving point objects" by Meratnia, could resolve my problem, cause all of this algorithm are discussed in that paper, but this paper isn't avaible for free.

댓글을 달려면 로그인하십시오.

답변 (1개)

Lipi Vora
Lipi Vora 2019년 12월 18일
We now implement the Douglas-Peucker line simplification algorithm in MATLAB.

카테고리

Help CenterFile Exchange에서 Data Type Identification에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by