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: 3.1.0.2282 (3.1.0.2282)
Syntax
public Point MapPointToImagePoint(
	MCvPoint2D64f pt
)

Parameters

pt
Type: Emgu.CV.StructureMCvPoint2D64f

[Missing <param name="pt"/> documentation for "M:Emgu.CV.Map`2.MapPointToImagePoint(Emgu.CV.Structure.MCvPoint2D64f)"]

Return Value

Type: Point

[Missing <returns> documentation for "M:Emgu.CV.Map`2.MapPointToImagePoint(Emgu.CV.Structure.MCvPoint2D64f)"]

See Also