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.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Contour<T> ApproxPoly( double accuracy ) |
Visual Basic (Declaration) |
---|
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