Get a copy of the boxed region of the image

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Image<TColor, TDepth> Copy(
	MCvBox2D box
)
Public Function Copy ( _
	box As MCvBox2D _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Copy(
	MCvBox2D box
)

Parameters

box
MCvBox2D
The boxed region of the image

Return Value

A copy of the boxed region of the image

See Also