Map an image point to a Map point
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
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