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

www.emgu.com/wiki
Approximates one curves and returns the approximation result
Declaration Syntax
C#Visual BasicVisual C++
public Seq<T> ApproxPoly(
	double accuracy,
	MemStorage storage
)
Public Function ApproxPoly ( _
	accuracy As Double, _
	storage As MemStorage _
) As Seq(Of T)
public:
Seq<T>^ ApproxPoly(
	double accuracy, 
	MemStorage^ storage
)
Parameters
accuracy (Double)
The desired approximation accuracy
storage (MemStorage)
The storage used by the resulting sequence. If null, the storage of this sequence is used.
Return Value
The approximated contour

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)