CvRepeat Method OpenCvSharp Class Library
Fill destination array with tiled source array

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

public static void Repeat(
	CvArr src,
	CvArr dst
)

Parameters

src
Type: OpenCvSharpCvArr
Source array, image or matrix.
dst
Type: OpenCvSharpCvArr
Destination array, image or matrix.
See Also

Reference