Get a copy of the map in the specific area

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 Map<TColor, TDepth> Copy(
	RectangleF area
)
Public Function Copy ( _
	area As RectangleF _
) As Map(Of TColor, TDepth)
public:
Map<TColor, TDepth>^ Copy(
	RectangleF area
)

Parameters

area
RectangleF
the area of the map to be retrieve

Return Value

The area of the map

See Also