Map an image point to a Map point

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public PointF ImagePointToMapPoint(
	Point pt
)
Public Function ImagePointToMapPoint ( _
	pt As Point _
) As PointF
public:
PointF ImagePointToMapPoint(
	Point pt
)

Parameters

pt
Point
The point on image

Return Value

The point on map

See Also