Emgu CV Library Documentation
ApproxPoly Method (accuracy)
NamespacesEmgu.CVSeq<(Of <(T>)>)ApproxPoly(Double)

www.emgu.com/wiki
Approximates one curve and returns the approximation result, the result use the same storage as the current sequence
Declaration Syntax
C#Visual BasicVisual C++
public Seq<T> ApproxPoly(
	double accuracy
)
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)