CvContourScannerStartFindContours Method (CvArr, CvMemStorage) OpenCvSharp Class Library
Initializes contour scanning process

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvContourScanner StartFindContours(
	CvArr image,
	CvMemStorage storage
)

Parameters

image
Type: OpenCvSharpCvArr
The source 8-bit single channel binary image.
storage
Type: OpenCvSharpCvMemStorage
Container of the retrieved contours.

Return Value

Type: CvContourScanner
CvContourScanner
See Also

Reference