MapTColor, TDepth Constructor (RectangleF, PointF) |
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. The initial value of the map is 0.0
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Map(
RectangleF area,
PointF resolution
)
Public Sub New (
area As RectangleF,
resolution As PointF
)
public:
Map(
RectangleF area,
PointF resolution
)
new :
area : RectangleF *
resolution : PointF -> Map
Parameters
- area
- Type: System.DrawingRectangleF
The area this map covers. - 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)
See Also