Click or drag to resize
CudaImageTColor, TDepthCol Method
http://www.emgu.com
Returns a CudaImage corresponding to the ith column 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: 3.1.0.2282 (3.1.0.2282)
Syntax
public CudaImage<TColor, TDepth> Col(
	int i
)

Parameters

i
Type: SystemInt32
The column to be extracted

Return Value

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