Make a copy of the specific ROI (Region of Interest) from 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 ( _
roi As Rectangle _
) As Image(Of TColor, TDepth)
Return Value
The roi region on the image
See Also