Click or drag to resize

MatCol Method

Creates a matrix header for the specified matrix column.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat Col(
	int x
)

Parameters

x
Type: SystemInt32
A 0-based column index.

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.Mat.Col(System.Int32)"]

See Also