ImageTColor, TDepthCopy Method (Rectangle) |
http://www.emgu.com
Make a copy of the specific ROI (Region of Interest) from the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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 roi region on the image
See Also