CvChain. ApproxChains Method (CvMemStorage, ContourChain) 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
)

Parameters

storage
Type: OpenCvSharp.CvMemStorage
Storage location for the resulting polylines.
method
Type: OpenCvSharp.ContourChain
Approximation method.

Return Value

Type: CvSeq< CvPoint>

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

See Also

Reference