CvSeqSlice Method (CvSeq, CvSlice, CvMemStorage) OpenCvSharp Class Library
Makes separate header for the sequence slice

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

public static CvSeq SeqSlice(
	CvSeq seq,
	CvSlice slice,
	CvMemStorage storage
)

Parameters

seq
Type: OpenCvSharpCvSeq
Sequence.
slice
Type: OpenCvSharpCvSlice
The part of the sequence to extract.
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.Cv.SeqSlice(OpenCvSharp.CvSeq,OpenCvSharp.CvSlice,OpenCvSharp.CvMemStorage)"]

See Also

Reference