http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get a subimage which image data is shared with the current image.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth> GetSubRect( Rectangle rect ) |
Visual Basic |
---|
Public Function GetSubRect ( _ rect As Rectangle _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ GetSubRect( Rectangle rect ) |
Parameters
- rect
- Type: System.Drawing..::..Rectangle
The rectangle area of the sub-image