MapTColor, TDepth Constructor (RectangleF, PointF, TColor) |
http://www.emgu.com
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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Map(
RectangleF area,
PointF resolution,
TColor color
)
Public Sub New (
area As RectangleF,
resolution As PointF,
color As TColor
)
public:
Map(
RectangleF area,
PointF resolution,
TColor color
)
new :
area : RectangleF *
resolution : PointF *
color : 'TColor -> Map
Parameters
- area
- Type: System.DrawingRectangleF
[Missing <param name="area"/> documentation for "M:Emgu.CV.Map`2.#ctor(System.Drawing.RectangleF,System.Drawing.PointF,`0)"]
- resolution
- Type: System.DrawingPointF
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
See Also