Emgu CV Library Documentation
Map<(Of <(TColor, TDepth>)>) Constructor (image, area)
NamespacesEmgu.CVMap<(Of <(TColor, TDepth>)>)Map<(Of <(TColor, TDepth>)>)(Image<(Of <(TColor, TDepth>)>), RectangleF)

www.emgu.com/wiki
Create a new Map using the specific image and the rectangle area
Declaration Syntax
C#Visual BasicVisual C++
public Map(
	Image<TColor, TDepth> image,
	RectangleF area
)
Public Sub New ( _
	image As Image(Of TColor, TDepth), _
	area As RectangleF _
)
public:
Map(
	Image<TColor, TDepth>^ image, 
	RectangleF area
)
Parameters
image (Image<(Of <(TColor, TDepth>)>))
The image of this map
area (RectangleF)
The area of this map

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)