CvArrGetCols Method OpenCvSharp Class Library
Returns array column span

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

public CvMat GetCols(
	int startCol,
	int endCol
)

Parameters

startCol
Type: SystemInt32
Zero-based index of the starting column (inclusive) of the span.
endCol
Type: SystemInt32
Zero-based index of the ending column (exclusive) of the span.

Return Value

Type: CvMat

[Missing <returns> documentation for "M:OpenCvSharp.CvArr.GetCols(System.Int32,System.Int32)"]

See Also

Reference