http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Map a point to a position in the internal image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Point MapPointToImagePoint( MCvPoint2D64f pt ) |
Visual Basic |
---|
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)"]