Map a point to a position in the internal image

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

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