Click or drag to resize
MapTColor, TDepthImagePointToMapPoint Method
http://www.emgu.com
Map an image point to a Map point

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public PointF ImagePointToMapPoint(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
The point on image

Return Value

Type: PointF
The point on map
See Also