Click or drag to resize
MatrixTDepthGetSubRect Method
http://www.emgu.com
Get a submatrix corresponding to a specified rectangle

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Matrix<TDepth> GetSubRect(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle
the rectangle area of the sub-matrix

Return Value

Type: MatrixTDepth
A submatrix corresponding to a specified rectangle
See Also