MatRowColExprIndexerGet Method (Int32) OpenCvSharp Class Library
Creates a matrix header for the specified matrix row/column.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public MatExpr Get(
	int pos
)

Parameters

pos
Type: SystemInt32

[Missing <param name="pos"/> documentation for "M:OpenCvSharp.CPlusPlus.MatRowColExprIndexer.Get(System.Int32)"]

Return Value

Type: MatExpr

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.MatRowColExprIndexer.Get(System.Int32)"]

See Also

Reference