http://www.emgu.com
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSubstituteContour(
IntPtr scanner,
IntPtr newContour
) |
Visual Basic |
---|
Public Shared Sub cvSubstituteContour ( _
scanner As IntPtr, _
newContour As IntPtr _
) |
Visual C++ |
---|
public:
static void cvSubstituteContour(
IntPtr scanner,
IntPtr newContour
) |
See Also