Click or drag to resize
MapTColor, TDepthCopy Method (RectangleF)
http://www.emgu.com
Get a copy of the map in the specific area

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Map<TColor, TDepth> Copy(
	RectangleF area
)

Parameters

area
Type: System.DrawingRectangleF
the area of the map to be retrieve

Return Value

Type: MapTColor, TDepth
The area of the map
See Also