www.emgu.com/wiki
Fills the destination array with source array tiled:
dst(i,j)=src(i mod rows(src), j mod cols(src))So the destination array may be as larger as well as smaller than the source array

Declaration Syntax
Public Shared Sub cvRepeat ( _
src As IntPtr, _
dst As IntPtr _
)

Parameters
- src (IntPtr)
- Source array, image or matrix
- dst (IntPtr)
- Destination array, image or matrix
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)