Click or drag to resize

UMatCol Method

http://www.emgu.com
Creates a matrix header for the specified matrix column.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public UMat Col(
	int x
)

Parameters

x
Type: SystemInt32
A 0-based column index.

Return Value

Type: UMat
A matrix header for the specified matrix column.
See Also