C# - 获取代表点列表

时间:2016-01-29 22:59:15

标签: c# graph-algorithm graphing

我有一个方法可以返回数千个要显示在前端的dygraph部分中的点,它是带有这样的列表的源:

  List<int> pointsResult = GetMyPoints();

此图是一个非常小的图,我认为只能显示代表点。

获得100个值而不是数千个值的最佳方法是什么?

此int值可以非常规则,只需要显示代表点。

图表如下:

enter image description here

1 个答案:

答案 0 :(得分:1)

我找到了这个C#实现

  

A C# Implementation of Douglas-Peucker Line Approximation Algorithm

application node['conf-cookbook']['app_dir'] do
  git app['app_source']['url'] do
    deploy_key app['app_source']['ssh_key']
  end
end