MatrixTDepthGetSubRect Method |
http://www.emgu.com
Get a submatrix corresponding to a specified rectangle
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Matrix<TDepth> GetSubRect(
Rectangle rect
)
Public Function GetSubRect (
rect As Rectangle
) As Matrix(Of TDepth)
public:
Matrix<TDepth>^ GetSubRect(
Rectangle rect
)
member GetSubRect :
rect : Rectangle -> Matrix<'TDepth>
Parameters
- rect
- Type: System.DrawingRectangle
the rectangle area of the sub-matrix
Return Value
Type:
MatrixTDepthA submatrix corresponding to a specified rectangle
See Also