[This is preliminary documentation and is subject to change.]
Approximates one curves and returns the approximation result.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public Contour<T> ApproxPoly( double accuracy, MemStorage storage )
Public Function ApproxPoly ( _ accuracy As Double, _ storage As MemStorage _ ) As Contour(Of T)
public: Contour<T>^ ApproxPoly( double accuracy, MemStorage^ storage )
Parameters
- accuracy
- Double
The desired approximation accuracy
- storage
- MemStorage
The storage the resulting sequence use