MapTColor, TDepthMapPointToImagePoint Method (MCvPoint2D64f) |
http://www.emgu.com
Map a point to a position in the internal image
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Point MapPointToImagePoint(
MCvPoint2D64f pt
)
Public Function MapPointToImagePoint (
pt As MCvPoint2D64f
) As Point
public:
Point MapPointToImagePoint(
MCvPoint2D64f pt
)
member MapPointToImagePoint :
pt : MCvPoint2D64f -> Point
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