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 static CvSeq<CvPoint> ApproxChains( CvChain srcSeq, CvMemStorage storage, ContourChain method, double parameter )
Parameters
- srcSeq
- Type: OpenCvSharpCvChain
Freeman chain(s) - storage
- Type: OpenCvSharpCvMemStorage
Storage location for the resulting polylines. - method
- Type: OpenCvSharpContourChain
Approximation method. - parameter
- Type: SystemDouble
Method parameter (not used now).
Return Value
Type: CvSeqCvPoint[Missing <returns> documentation for "M:OpenCvSharp.Cv.ApproxChains(OpenCvSharp.CvChain,OpenCvSharp.CvMemStorage,OpenCvSharp.ContourChain,System.Double)"]
See Also