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<T> SeqSlice<T>( CvSeq<T> seq, CvSlice slice ) where T : struct, new()
Parameters
- seq
- Type: OpenCvSharpCvSeqT
Sequence. - slice
- Type: OpenCvSharpCvSlice
The part of the sequence to extract.
Type Parameters
- T
- Element type
Return Value
Type: CvSeqT[Missing <returns> documentation for "M:OpenCvSharp.Cv.SeqSlice``1(OpenCvSharp.CvSeq{``0},OpenCvSharp.CvSlice)"]
See Also