CvEndWriteSeq Method OpenCvSharp Class Library
Finishes process of writing sequence

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

public static CvSeq EndWriteSeq(
	CvSeqWriter writer
)

Parameters

writer
Type: OpenCvSharpCvSeqWriter
Writer state

Return Value

Type: CvSeq
the pointer to the written sequence.
See Also

Reference