CvSeqInsertSlice Method OpenCvSharp Class Library
Inserts array in the middle of sequence (cvSeqInsertSlice).

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

public virtual void InsertSlice(
	int beforeIndex,
	CvArr fromArr
)

Parameters

beforeIndex
Type: SystemInt32
The part of the sequence to remove.
fromArr
Type: OpenCvSharpCvArr
The array to take elements from.
See Also

Reference