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: 4.1.0.3408 (4.1.0.3408)
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