GpuMatItem Property (Int32, Int32, Int32, Int32) OpenCvSharp Class Library
Extracts a rectangular submatrix.

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

public GpuMat this[
	int rowStart,
	int rowEnd,
	int colStart,
	int colEnd
] { get; }

Parameters

rowStart
Type: SystemInt32
Start row of the extracted submatrix. The upper boundary is not included.
rowEnd
Type: SystemInt32
End row of the extracted submatrix. The upper boundary is not included.
colStart
Type: SystemInt32
Start column of the extracted submatrix. The upper boundary is not included.
colEnd
Type: SystemInt32
End column of the extracted submatrix. The upper boundary is not included.

Return Value

Type: GpuMat
See Also

Reference