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

www.emgu.com/wiki
Create a new Image Map defined by the Rectangle area. The center (0.0, 0.0) of this map is defined by the center of the rectangle. The initial value of the map is 0.0
Declaration Syntax
C#Visual BasicVisual C++
public Map(
	RectangleF area,
	PointF resolution
)
Public Sub New ( _
	area As RectangleF, _
	resolution As PointF _
)
public:
Map(
	RectangleF area, 
	PointF resolution
)
Parameters
area (RectangleF)

[Missing <param name="area"/> documentation for "M:Emgu.CV.Map`2.#ctor(System.Drawing.RectangleF,System.Drawing.PointF)"]

resolution (PointF)
The resolution of x (y), (e.g. a value of 0.5 means each cell in the map is 0.5 unit in x (y) dimension)

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