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

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,
	Rectangle<double> area
)
Public Sub New ( _
	image As Image(Of TColor, TDepth), _
	area As Rectangle(Of Double) _
)
public:
Map(
	Image<TColor, TDepth>^ image, 
	Rectangle<double>^ area
)
Parameters
image (Image<(Of <(TColor, TDepth>)>))
The image of this map
area (Rectangle<(Of <(Double>)>))
The area of this map

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)