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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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