Map a point to a position in the internal image

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

Syntax

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

Parameters

pt
Type: Emgu.CV.Structure..::.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