MatExprRangeIndexerGet Method (Int32, Int32, Int32, 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 rowStart,
	int rowEnd,
	int colStart,
	int colEnd
)

Parameters

rowStart
Type: SystemInt32

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

rowEnd
Type: SystemInt32

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

colStart
Type: SystemInt32

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

colEnd
Type: SystemInt32

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

Return Value

Type: MatExpr

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

See Also

Reference