Get a copy of the boxed region of the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
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