http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Approximates one curves and returns the approximation result.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Contour<T> ApproxPoly( double accuracy, MemStorage storage ) |
Visual Basic |
---|
Public Function ApproxPoly ( _ accuracy As Double, _ storage As MemStorage _ ) As Contour(Of T) |
Visual C++ |
---|
public: Contour<T>^ ApproxPoly( double accuracy, MemStorage^ storage ) |
Parameters
- accuracy
- Type: System..::..Double
The desired approximation accuracy
- storage
- Type: Emgu.CV..::..MemStorage
The storage the resulting sequence use