The function replaces the retrieved contour, that was returned from the preceding call of
cvFindNextContour and stored inside the contour scanner state, with the user-specified contour.
The contour is inserted into the resulting structure, list, two-level hierarchy, or tree, depending on
the retrieval mode. If the parameter new contour is IntPtr.Zero, the retrieved contour is not included
in the resulting structure, nor are any of its children that might be added to this structure later.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |