Map an image point to a Map point

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

Syntax

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

Parameters

pt
Type: System.Drawing..::.Point
The point on image

Return Value

The point on map

See Also