www.emgu.com/wiki
Approximates one curve and returns the approximation result, the result use the same storage as the current sequence

Declaration Syntax
Public Function ApproxPoly ( _
accuracy As Double _
) As Seq(Of T)
public:
Seq<T>^ ApproxPoly(
double accuracy
)

Parameters
- accuracy (Double)
- The desired approximation accuracy

Return Value
The approximated contour
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)