Approximates Freeman chain(s) with polygonal curve
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- storage
- Type: OpenCvSharpCvMemStorage
Storage location for the resulting polylines. - method
- Type: OpenCvSharpContourChain
Approximation method.
Return Value
Type: CvSeqCvPoint[Missing <returns> documentation for "M:OpenCvSharp.CvChain.ApproxChains(OpenCvSharp.CvMemStorage,OpenCvSharp.ContourChain)"]
See Also