[This is preliminary documentation and is subject to change.]

Map an image point to a Map point

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

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