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