Map a point to a position in the internal image

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Point MapPointToImagePoint(
	MCvPoint2D64f pt
)
Public Function MapPointToImagePoint ( _
	pt As MCvPoint2D64f _
) As Point
public:
Point MapPointToImagePoint(
	MCvPoint2D64f pt
)

Parameters

pt
MCvPoint2D64f

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

Return Value

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

See Also