replicates the input matrix the specified number of times in the horizontal and/or vertical direction
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharp.CPlusPlusMat
The source array to replicate - ny
- Type: SystemInt32
How many times the src is repeated along the vertical axis - nx
- Type: SystemInt32
How many times the src is repeated along the horizontal axis
Return Value
Type: Mat[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.Repeat(OpenCvSharp.CPlusPlus.Mat,System.Int32,System.Int32)"]
See Also