http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get a submatrix corresponding to a specified rectangle
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Matrix<TDepth> GetSubRect( Rectangle rect ) |
Visual Basic |
---|
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