Click or drag to resize

CudaImageTColor, TDepthRow Method

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

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public CudaImage<TColor, TDepth> Row(
	int i
)

Parameters

i
Type: SystemInt32
The row to be extracted

Return Value

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