Initializes contour scanning process
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- storage
- Type: OpenCvSharpCvMemStorage
Container of the retrieved contours. - headerSize
- Type: SystemInt32
Size of the sequence header, >=sizeof(CvChain) if method=CV_CHAIN_CODE, and >=sizeof(CvContour) otherwise.
Return Value
Type: CvContourScannerCvContourScanner
See Also