Click or drag to resize

MatSubMat Method (Int32, Int32, Int32, Int32)

Extracts a rectangular submatrix.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat SubMat(
	int rowStart,
	int rowEnd,
	int colStart,
	int colEnd
)

Parameters

rowStart
Type: SystemInt32

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

rowEnd
Type: SystemInt32

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

colStart
Type: SystemInt32

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

colEnd
Type: SystemInt32

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

Return Value

Type: Mat

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

See Also