http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Approximates one or more curves and returns the approximation result[s]. In case of multiple curves approximation the resultant tree will have the same structure as the input one (1:1 correspondence)
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 ) |
Visual Basic |
---|
Public Function ApproxPoly ( _ accuracy As Double _ ) As Contour(Of T) |
Visual C++ |
---|
public: Contour<T>^ ApproxPoly( double accuracy ) |
Parameters
- accuracy
- Type: System..::..Double
The desired approximation accuracy