Click or drag to resize

MapTColor, TDepthImagePointToMapPoint Method

http://www.emgu.com
Map an image point to a Map point

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public PointF ImagePointToMapPoint(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
The point on image

Return Value

Type: PointF
The point on map
See Also