Click or drag to resize

MapTColor, TDepthMapPointToImagePoint Method (PointF)

http://www.emgu.com
Map a point to a position in the internal image

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

Parameters

pt
Type: System.DrawingPointF
The point on the map

Return Value

Type: Point
The point on the image
See Also