Approximates one curves and returns the approximation result
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function ApproxPoly ( _
accuracy As Double, _
storage As MemStorage _
) As Seq(Of T) |
Parameters
- accuracy
- Type: System..::.Double
The desired approximation accuracy
- storage
- Type: Emgu.CV..::.MemStorage
The storage used by the resulting sequence. If null, the storage of this sequence is used.
Return Value
The approximated contour
See Also