CvSeqClone Method (CvMemStorage) OpenCvSharp Class Library
Creates a copy of sequence (cvCloneSeq).

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

public virtual CvSeq Clone(
	CvMemStorage storage
)

Parameters

storage
Type: OpenCvSharpCvMemStorage
The destination storage to keep the new sequence header and the copied data if any. If it is null, the function uses the storage containing the input sequence.

Return Value

Type: CvSeq

[Missing <returns> documentation for "M:OpenCvSharp.CvSeq.Clone(OpenCvSharp.CvMemStorage)"]

See Also

Reference