CvChain. ApproxChains Method (CvMemStorage, ContourChain, Double) OpenCvSharp Class Library
Approximates Freeman chain(s) with polygonal curve

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSeq<CvPoint> ApproxChains(
	CvMemStorage storage,
	ContourChain method,
	double parameter
)

Parameters

storage
Type: OpenCvSharp.CvMemStorage
Storage location for the resulting polylines.
method
Type: OpenCvSharp.ContourChain
Approximation method.
parameter
Type: System.Double
Method parameter (not used now).

Return Value

Type: CvSeq< CvPoint>

[Missing <returns> documentation for "M:OpenCvSharp.CvChain.ApproxChains(OpenCvSharp.CvMemStorage,OpenCvSharp.ContourChain,System.Double)"]

See Also

Reference