Finishes the scanning process and returns a pointer to the first contour on the highest level.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IntPtr cvEndFindContour(
	ref IntPtr scanner
)
Public Shared Function cvEndFindContour ( _
	ByRef scanner As IntPtr _
) As IntPtr
public:
static IntPtr cvEndFindContour(
	IntPtr% scanner
)

Parameters

scanner
IntPtr%
Reference to the contour scanner

Return Value

pointer to the first contour on the highest level

See Also