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: 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