[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 Function ImagePointToMapPoint ( _
pt As Point _
) As PointF
Parameters
- pt
- Point
The point on image
Return Value
The point on map
See Also