Tech Tutorials Database
GeekArticles Microsoft C#
 

A C# implementation of Douglas-Peucker Line Approximation Algorithm

 
Author: codeproject.com
Category: C#
Comments (0)

DP Line approximation algorithm is a well-known method to approximate 2D lines. It is quite fast, O(nlog_2(n)) for a n-points line and can drastically compress a data curve. Here, a fully OOP implementation is given.

Read More...




Sponsored Links




Read Next: SilverLight Introduction



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe