http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Map( RectangleF area, PointF resolution, TColor color ) |
Visual Basic |
---|
Public Sub New ( _ area As RectangleF, _ resolution As PointF, _ color As TColor _ ) |
Visual C++ |
---|
public: Map( RectangleF area, PointF resolution, TColor color ) |
Parameters
- area
- Type: System.Drawing..::..RectangleF
[Missing <param name="area"/> documentation for "M:Emgu.CV.Map`2.#ctor(System.Drawing.RectangleF,System.Drawing.PointF,`0)"]
- resolution
- Type: System.Drawing..::..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)
- color
- Type: TColor
The initial color of the map