Description Usage Arguments Value
Reduces a set of points by applying the Visvalingam method (minimun triangle area) until the number of points is reduced to numPoints. ' [1] M. Visvalingam and J. D. Whyatt, Line generalisation by repeated elimination of points, The Cartographic Journal, 1993.
1 | Visvalingam(arr, numPoints)
|
arr |
KHIVA Array with the x-coordinates and y-coordinates of the input points (x in column 0 and y in column 1). |
numPoints |
Sets the number of points returned after the execution of the method. |
Array with the x-coordinates and y-coordinates of the selected points (x in column 0 and y in column 1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.