Ramer–Douglas–Peucker algorithm: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 2804:214:8118:38CE:4475:C47B:DE32:9F78 (talk) to last revision by PhKindermann
refine complexity bounds for the iterative approach
Line 66:
Using (fully or semi-) [[dynamic convex hull]] data structures, the simplification performed by the algorithm can be accomplished in {{math|''O''(''n'' log ''n'')}} time.<ref>{{cite tech report |last1 = Hershberger |first1 = John |first2 = Jack |last2 = Snoeyink |title = Speeding Up the Douglas-Peucker Line-Simplification Algorithm |date = 1992 | url = http://www.bowdoin.edu/~ltoma/teaching/cs350/spring06/Lecture-Handouts/hershberger92speeding.pdf}}</ref>
 
UnderGiven certainspecific circumstancesconditions related to the bounding metric, it is possible to decrease the computational complexity canto bea reducedrange tobetween {{math|''O''(''n'')}} usingand {{math|''O''(''2n'')}} through the application of an iterative approachmethod.<ref>https://gist.github.com/stohrendorf/aea5464b1a242adca8822f2fe8da6612</ref>
 
==Similar algorithms==