Click or drag to resize

GpuMatRow Method

http://www.emgu.com
Returns a GpuMat corresponding to the ith row of the GpuMat. The data is shared with the current GpuMat.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public GpuMat Row(
	int i
)

Parameters

i
Type: SystemInt32
The row to be extracted

Return Value

Type: GpuMat
The ith row of the GpuMat
Remarks
The parent GpuMat should never be released before the returned GpuMat that represent the subregion
See Also