Click or drag to resize

MapTColor, TDepthMapPointToImagePoint Method (MCvPoint2D64f)

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.0.1.3373 (4.0.1.3373)
Syntax
public Point MapPointToImagePoint(
	MCvPoint2D64f pt
)

Parameters

pt
Type: Emgu.CV.StructureMCvPoint2D64f
The point on the map

Return Value

Type: Point
The point on the image
See Also