MatRowColIndexerItem Property (Int32, Int32) OpenCvSharp Class Library
Creates/Sets 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 abstract Mat this[
	int start,
	int end
] { get; set; }

Parameters

start
Type: SystemInt32
end
Type: SystemInt32

Return Value

Type: Mat
See Also

Reference