Get a copy of the boxed region of the image
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Function Copy ( _
box As MCvBox2D _
) As Image(Of TColor, TDepth)
Parameters
- box
- MCvBox2D
The boxed region of the image
Return Value
A copy of the boxed region of the image
See Also