Map an image point to a Map point
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Public Function ImagePointToMapPoint ( _
pt As Point _
) As PointF
Parameters
- pt
- Point
The point on image
Return Value
The point on map
See Also