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

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

public virtual CvSeq Slice(
	CvSlice slice,
	CvMemStorage storage,
	bool copyData
)

Parameters

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.
copyData
Type: SystemBoolean
The flag that indicates whether to copy the elements of the extracted slice (copy_data=true) or not (copy_data=false)

Return Value

Type: CvSeq

[Missing <returns> documentation for "M:OpenCvSharp.CvSeq.Slice(OpenCvSharp.CvSlice,OpenCvSharp.CvMemStorage,System.Boolean)"]

See Also

Reference