Get a copy of the boxed region of the image

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

Syntax

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

Parameters

box
Type: Emgu.CV.Structure..::.MCvBox2D
The boxed region of the image

Return Value

A copy of the boxed region of the image

See Also