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

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

public virtual Mat Get(
	int start,
	int end
)

Parameters

start
Type: SystemInt32

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

end
Type: SystemInt32

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

Return Value

Type: Mat

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

See Also

Reference