Get a submatrix corresponding to a specified rectangle
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public Matrix<TDepth> GetSubRect( Rectangle rect ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSubRect ( _ rect As Rectangle _ ) As Matrix(Of TDepth) |
| Visual C++ |
|---|
public: Matrix<TDepth>^ GetSubRect( Rectangle rect ) |
Parameters
- rect
- Type: System.Drawing..::.Rectangle
the rectangle area of the sub-matrix