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