MapTColor, TDepthMapPointToImagePoint Method (MCvPoint2D64f) |
http://www.emgu.com
Map a point to a position in the internal image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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
The point on the map
Return Value
Type:
PointThe point on the image
See Also