MapTColor, TDepthMapPointToImagePoint Method (PointF) |
http://www.emgu.com
Map a point to a position in the internal image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Point MapPointToImagePoint(
PointF pt
)
Public Function MapPointToImagePoint (
pt As PointF
) As Point
public:
Point MapPointToImagePoint(
PointF pt
)
member MapPointToImagePoint :
pt : PointF -> Point
Parameters
- pt
- Type: System.DrawingPointF
The point on the map
Return Value
Type:
PointThe point on the image
See Also