www.emgu.com/wiki
Approximates one curve and returns the approximation result.

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.4.3249.6313 (1.4.0.0)