ImageTColor, TDepthCopy Method (Rectangle) |
http://www.emgu.com
Make a copy of the specific ROI (Region of Interest) from the image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, TDepth> Copy(
Rectangle roi
)
Public Function Copy (
roi As Rectangle
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Copy(
Rectangle roi
)
member Copy :
roi : Rectangle -> Image<'TColor, 'TDepth>
Parameters
- roi
- Type: System.DrawingRectangle
The roi to be copied
Return Value
Type:
ImageTColor,
TDepthThe region of interest
See Also